DDoc generation

Steven Schveighoffer schveiguy at gmail.com
Fri Sep 18 13:02:45 UTC 2020


On 9/18/20 7:41 AM, Russel Winder wrote:
> Hi,
> 
> I am trying to get to grips with DDoc for documenting an application. Getting
> the individual module HTML files seems to be the easy bit. The question is how
> to get an index.html (or equivalent) so as to have an application level entry
> point to the generated documentation.
>   
> 

You can make explicit ddoc files, and compile those along with your 
application.

https://dlang.org/spec/ddoc.html#using_ddoc_for_other_documentation

-Steve


More information about the Digitalmars-d-learn mailing list