Ddoc to HTML tool?
Jacob Carlborg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Aug 10 14:06:53 PDT 2016
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
More information about the Digitalmars-d-learn
mailing list