Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inner classes not showing outer class in class list (Origin: bugzilla #597013) #3547

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments
Closed

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version 1.6.1 on platform Other
Assigned to: Dimitri van Heesch

Original attachment names and IDs:

On 2009-10-01 16:03:34 +0000, Luigi Ballabio wrote:

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.

On 2009-10-01 16:04:25 +0000, Luigi Ballabio wrote:

Created attachment 144515
Test case

On 2010-06-11 20:32:08 +0000, Dimitri van Heesch wrote:

Confirmed. Should be fixed in the next subversion update.

On 2010-06-15 11:21:58 +0000, Dimitri van Heesch wrote:

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.

On 2010-06-16 13:38:53 +0000, Luigi Ballabio wrote:

Confirmed as fixed. Thanks.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant