1 /// Author: Aziz Köksal
9 import dil
.semantic
.Module
;
12 /// Traverses the syntax tree and writes DDoc macros to a string buffer.
13 class DDocHTMLEmitter
: DDocEmitter
15 /// Constructs a DDocHTMLEmitter object.
16 this(Module modul
, MacroTable mtable
, bool includeUndocumented
,
17 TokenHighlighter tokenHL
)
19 super(modul
, mtable
, includeUndocumented
, tokenHL
);