JakobOvrum / bootDoc

Theme for the DDoc documentation generator
Other
36 stars 7 forks source link

Include symbols that don't have documentation if their members have some #33

Open mathias-baumann-sociomantic opened 9 years ago

mathias-baumann-sociomantic commented 9 years ago

Often a class for a module might be documented in the module comment/header and the class itself has no actual documentation header. However it's members do have documentation, yet the whole class is not mentioned.

JakobOvrum commented 9 years ago

Unfoturtunately, this is a DDoc issue, and there is nothing that can be done about it in bootDoc. I recommend filing it at https://issues.dlang.org/ .

In source code it can be worked around by putting an empty documentation comment /// above the type declaration.