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

Show class members declared by macros in API documentation #768

Merged
merged 4 commits into from
Sep 1, 2016
Merged

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Aug 31, 2016

The API documentation generated by Doxygen hasn't displayed when they are declared by macros. This pull request changes the Doxygen configuration file to show the missing members by expanding those macros. Also, all the inherited members of a class are now listed by default (we had to unfold them to see, which was quite inconvenient).

We still have a bunch of warnings from Doxygen. They will be addressed in later pull requests.


This change is Reviewable

@jslee02 jslee02 added this to the DART 6.1.0 milestone Aug 31, 2016
@jslee02 jslee02 changed the title Show missing class members in API documentation Show class members declared by macros in API documentation Aug 31, 2016
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

Successfully merging this pull request may close these issues.

1 participant