November 21, 2018
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!
November 21, 2018
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 the documentation you can specify module include and exclude arguments.
https://code.dlang.org/packages/ddox

Kind regards
Andre