Ion Gaztañaga ba221096aa Render alias templates instead of plain typedefs in the reference (#32)
Doxygen emits C++ alias templates ("template<...> using X = ...;") as
typedef memberdefs carrying a templateparamlist, but the conversion
dropped that list, so alias templates appeared as plain typedefs with
their template parameters lost.
- doxygen2boostbook.xsl: carry the templateparamlist through to a
  <template> child of the generated <typedef>.
- boostbook.dtd: allow an optional <template> inside <typedef>.
- type.xsl: when a typedef has a <template> child, render it as
  "template<...> using name = type;" and exclude it from typedef
  column alignment.
2026-07-02 03:02:19 +03:00
2024-05-15 02:46:24 +03:00
S
Description
No description provided
1.6 MiB
Languages
XSLT 95.1%
Python 3.5%
C++ 1.3%
HTML 0.1%