DdocComment

Holds a DDOC comment and formats it sectionwise as HTML.

Constructors

this
this(string text)
Undocumented in source.

Members

Functions

hasSection
bool hasSection(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
renderSection
string renderSection(DdocContext context, string name, int hlevel)
Undocumented in source. Be warned that the author may not have intended to support it.
renderSectionR
void renderSectionR(R dst, DdocContext context, string name, int hlevel)
Undocumented in source. Be warned that the author may not have intended to support it.
renderSections
string renderSections(DdocContext context, bool delegate(string) display_section, int hlevel)
Undocumented in source. Be warned that the author may not have intended to support it.
renderSectionsR
void renderSectionsR(R dst, DdocContext context, bool delegate(string) display_section, int hlevel)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isDitto
bool isDitto [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isPrivate
bool isPrivate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
macros
const(string[string]) macros [@property getter]

The macros contained in the "Macros" section (if any)

Meta