GNOME Bugzilla – Bug 685879
[patch] Treeview lists undocumented class members even when HIDE_UNDOC_MEMBERS is enabled
Last modified: 2012-12-26 16:09:07 UTC
Created attachment 226171 [details] Testcase and patch Given foo.h and a default generated Doxygen file where only HIDE_UNDOC_MEMBERS = YES and GENERATE_TREEVIEW = YES have changed. /*! My X. */ class X { public: /// foo /// @{ /// Nope. void what(); /// @} void who(); }; The who() member function will be visible in the tree view although it hasn't been documented. The link from the treeview will lead to a non-existing anchor in the documentation of X. Attached is a small patch to index.cpp to check for HIDE_UNDOC_MEMBERS and hasDocumentation before adding an entry to the treeview.
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.