Re: Can I use dub to generate docs?

2020-12-14 Thread Jack via Digitalmars-d-learn

Thank you guys, worked like a charm


Re: Can I use dub to generate docs?

2020-12-14 Thread Basile B. via Digitalmars-d-learn

On Monday, 14 December 2020 at 02:54:12 UTC, Jack wrote:

like dmd's -D flag?


you can try

   $ dub run harbored-mod -- $(find -iname *.d)

That will generate doc for all d source in the current working 
directory.




Re: Can I use dub to generate docs?

2020-12-13 Thread Paul Backus via Digitalmars-d-learn

On Monday, 14 December 2020 at 02:54:12 UTC, Jack wrote:

like dmd's -D flag?


dub build --build=docs


Can I use dub to generate docs?

2020-12-13 Thread Jack via Digitalmars-d-learn

like dmd's -D flag?