- 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.
Holds a DDOC comment and formats it sectionwise as HTML.