After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597013 - Inner classes not showing outer class in class list
Inner classes not showing outer class in class list
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.6.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-10-01 16:03 UTC by Luigi Ballabio
Modified: 2010-06-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (2.50 KB, application/x-gzip)
2009-10-01 16:04 UTC, Luigi Ballabio
Details

Description Luigi Ballabio 2009-10-01 16:03:34 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.
Comment 1 Luigi Ballabio 2009-10-01 16:04:25 UTC
Created attachment 144515 [details]
Test case
Comment 2 Dimitri van Heesch 2010-06-11 20:32:08 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 3 Dimitri van Heesch 2010-06-15 11:21:58 UTC
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.
Comment 4 Luigi Ballabio 2010-06-16 13:38:53 UTC
Confirmed as fixed. Thanks.