GNOME Bugzilla – Bug 597015
Todo items from different inner classes are collapsed together
Last modified: 2009-12-30 13:38:58 UTC
In version 1.6.1, if HIDE_SCOPE_NAMES is set to YES, inner class names are shown without the enclosing class. This causes todo items related to different inner classes with the same name to be grouped together in the todo list. 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 todo list was Class Bar::inner todo 2 Class Foo::inner todo 1 In 1.6.1, the list is Class inner todo 2 todo 1 which incorrectly groups the items.
Created attachment 144517 [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.6.2. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).