GNOME Bugzilla – Bug 597013
Inner classes not showing outer class in class list
Last modified: 2010-06-16 13:38:53 UTC
In version 1.6.1, if HIDE_SCOPE_NAMES is set to YES, inner class names are shown without the enclosing class. I'm attaching an example header and a Doxyfile (all defaults except EXTRACT_ALL=YES, HIDE_SCOPE_NAMES=YES and SORT_BY_SCOPE_NAME=YES.) In earlier versions (I've tried 1.5.7.1) the resulting class list was Bar Bar::inner Foo Foo::inner In 1.6.1, the list is Bar inner Foo inner The inner classes no longer show the outer class they belong to. This makes it more difficult to know what's what.
Created attachment 144515 [details] Test case
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.0. 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.
Confirmed as fixed. Thanks.