Generating documentation help

Adam D. Ruppe destructionator at gmail.com
Tue Jan 19 23:57:21 UTC 2021


On Tuesday, 19 January 2021 at 23:51:00 UTC, Tim wrote:
> I'm creating a u-services based app so my apps need to be 
> documented properly as well. I can get around this by defining 
> them as modules but then adrdox doesn't add them to index.html

Well, it does all .d files passed in directories given to it that 
have a module declaration. (And all .d files should have a module 
declaration anyway btw.)

If they live in different places, you can pass that too like

dub run adrdox -- . ../whatever-else



More information about the Digitalmars-d-learn mailing list