The hlevel parameter specifies the header level used for section names (<h2> by default).
By specifying a display_section callback it is also possible to output only certain sections.
stringformatDdocComment(string ddoc_, int hlevel, bool delegate(string) display_section)
Takes a DDOC string and outputs formatted HTML.
The hlevel parameter specifies the header level used for section names (<h2> by default). By specifying a display_section callback it is also possible to output only certain sections.