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

Ability to generate private API documentation #39

Closed
dpeek opened this issue Feb 27, 2014 · 3 comments · Fixed by #267
Closed

Ability to generate private API documentation #39

dpeek opened this issue Feb 27, 2014 · 3 comments · Fixed by #267
Assignees

Comments

@dpeek
Copy link
Contributor

dpeek commented Feb 27, 2014

No description provided.

@Simn
Copy link
Member

Simn commented Feb 27, 2014

Dox checks for @:doc metadata on private fields already. I can't figure out where we filter private types though.

@Simn
Copy link
Member

Simn commented Mar 5, 2014

In #54 we support @:dox(show) for private fields and @:dox(hide) for public ones.

We can use the same metadata for types, but I'm having issues with their paths. Could you take that one?

@MoritzBrueckner
Copy link
Contributor

MoritzBrueckner commented Mar 6, 2020

Implemented a --include-private flag in #267, it's hopefully merged soon :)

Adding @:dox(show) to all private fields is a little bit tedious.

@Gama11 Gama11 linked a pull request Mar 6, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants