-
Notifications
You must be signed in to change notification settings - Fork 392
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
Don't exclude implementations of public classes in Doxygen #1293
Comments
@mossmaurice I had an inspiration. What do you think about having and
We need maybe a better name, but I guess you know what I mean. |
… doxygen in the docs Signed-off-by: Simon Hoinkis <[email protected]>
…ated with the doxygen documentation
…ated with the doxygen documentation
…ygen documentation
…ated with the doxygen documentation
…ygen documentation
…ated with the doxygen documentation
…ygen documentation
…ated with the doxygen documentation
…ygen documentation
…ated with the doxygen documentation
…ygen documentation
…ated with the doxygen documentation
…ygen documentation
…ated with the doxygen documentation
@mossmaurice this was fixed with #1315 from the workaround on the release branch. It's different than the proposal above but still works. Are you in favor of a different solution or are you fine with the workaround? |
@elBoberido The workaround is ok for me long term. However, we should document this somewhere not to forget if e.g. new files are added. I suppose the |
@mossmaurice @elBoberido Is here still something to do or not? |
…-for-documentation-in-internal-headers iox-#1293 Document workaround for documentation in internal headers
Brief problem description
Due to
in
doc/aspice_swe3_4/CMakeLists.txt
most part of the public user API is not visible e.g.popo::Publisher
Tasks
popo::Publisher
,popo::Subscriber
are not excludedset(DOXYGEN_INLINE_INHERITED_MEMB YES)
so that inherited methods and members are displayedThe text was updated successfully, but these errors were encountered: