Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mathias-baumann-sociomantic opened this issue Dec 18, 2014 · 1 comment

Comments

@mathias-baumann-sociomantic

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants