Files
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
..
2011-04-03 10:56:21 +00:00