On 11/8/17 10:45 PM, Andrey wrote:

I just added to dub.json this:

"-ddoxFilterArgs": [
    "--min-protection=Public"
]

i.e. without --only-documented option, in this way ddox will generate documentation for all public methods, even if there is no docstring.

Interesting. I misunderstood then how ddox works. I thought the json it gets is the output from the ddoc generator, but now I realize it's the output from the parser itself.

So sure, this makes sense. Sorry for the misinformation!

-Steve

Reply via email to