Re: dub + ddoc

2018-11-21 Thread Andre Pany via Digitalmars-d-learn
On Wednesday, 21 November 2018 at 19:24:52 UTC, Antonio Corbi wrote: Hi! I'm trying to build the docs for my project with `dub -b docs` and dub also generates the docs for the dependencies of my project. Is it possible to generate the docs *only* for my code? Thx! As far as I understand t

dub + ddoc

2018-11-21 Thread Antonio Corbi via Digitalmars-d-learn
Hi! I'm trying to build the docs for my project with `dub -b docs` and dub also generates the docs for the dependencies of my project. Is it possible to generate the docs *only* for my code? Thx!