GNOME Bugzilla – Bug 322858
Private nested class shows up in documentation
Last modified: 2012-10-30 21:36:08 UTC
Version details: 1.4.5 Distribution/Version: XP SP2 A nested class that is under the private section of another class shows up in the documentation that doxygen creates for that class. If you create documentation for this private, nested class, doxygen displays the first line of it for the the private, nested class. Here is an example: class ToFu { public: private: /** * The first line of this documentation shows up * under NestedToFu class documentation. class NestedToFu { public: }// end NestedToFu class }// end ToFu class
This problem also occurs for friends that are declared in private sections. The friends documentation shows up in the documentation that doxygen creates for the class.
With "extract_private" set to off, NestedToFu does not appear in the documentation. In 1.8.2, I do not find this to be a bug. Please reopen this bug with an attachment (config+tar/zip) if you believe this is still an issue.