On 10/08/16 16:48, Kagamin wrote:
dmd generates html from dd files; example: https://github.com/dlang/dlang.org/blob/master/download.dd
Unfortunately it looks like Standard Sections [1] are not handled in the same way as when generating documentation from D source files. They're handled just as any other text.
[1] https://dlang.org/spec/ddoc.html#standard_srction -- /Jacob Carlborg