On Sunday, 23 February 2020 at 17:38:35 UTC, Per Nordlöw wrote:
On Sunday, 23 February 2020 at 17:18:48 UTC, Andre Pany wrote:
Example: http://code.dlang.org/packages/arsd-official
Click on the documentation link.
Beside that you can use e.g. Github Actions to create
documentation.
Kind regards
Andre
Thanks!
How do I check which dmd or dub command that is called to
generate the docs?
They are generated using adrdox, a third-party documentation
generator by Adam Ruppe:
https://github.com/adamdruppe/adrdox
The exact command used to generate the docs for dpldocs.info can
be found here:
https://github.com/adamdruppe/dpldocs/blob/858e375b98883c9a46a6ff9a894f371fcfae23a0/dl.d#L301-L309