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