HTMLWriterSimple

Undocumented in source.

Constructors

this
this(Config config, File searchIndex, TocItem[] tocItems, string[] tocAdditionals)
Undocumented in source.

Members

Aliases

Super
alias Super = typeof(super)
Undocumented in source.
symbolLink
alias symbolLink = symbolLinkSimple
Undocumented in source.
writeBreadcrumbs
alias writeBreadcrumbs = Super.writeBreadcrumbs
Undocumented in source.

Functions

pushSymbol
auto pushSymbol(string[] symbolStack, SymbolDatabase database, bool first, string itemURL)
Undocumented in source. Be warned that the author may not have intended to support it.
writeSeparator
void writeSeparator(R dst)

Write a separator (e.g. between two overloads of a function)

writeSymbolDescription
void writeSymbolDescription(R dst, void delegate() descriptionCode)
Undocumented in source. Be warned that the author may not have intended to support it.
writeSymbolEnd
void writeSymbolEnd(R dst)

Do nothing. No divs needed as every symbol is in a separate file.

writeSymbolStart
void writeSymbolStart(R dst, string link)

Do nothing. No divs needed as every symbol is in a separate file.

Meta