dub build=ddox, where the are the docs?

Steven Schveighoffer schveiguy at gmail.com
Tue Jul 7 12:09:14 UTC 2020


On 7/6/20 5:04 PM, claptrap wrote:
> Ok yeah it starts up a server and opens a webpage, great, but where are 
> the docs? Cant find any info on command line switches for dub or ddox on 
> how to get it to just dump the docs in a folder.
> 
> 

dub --build=ddox

makes a server and runs it so you can serve live documentation.

dub build --build=ddox

builds a docs folder that has all the generated HTML and associated files.

I admit, that's a poor interface...

-Steve


More information about the Digitalmars-d-learn mailing list