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

Class name 'internal' breaks class hierarchy in C++ (Origin: bugzilla #771344) #6068

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.8.11 on platform Other
Assigned to: Dimitri van Heesch

On 2016-09-13 07:21:01 +0000, Martin Beran wrote:

I have a C++ class hierarchy:

class generic {};
class internal: public generic {};
class timeout: public internal {};
class req_timeout: public timeout {};

Doxygen shows it broken at class internal as:
generic <- internal, timeout <- req_timeout
That is, class internals is reported as not having a derived class (timeout) and class timeout is reported without its base class (internal).

If class internal is renamed to internal_error, the hierarchy becomes correct:
generic <- internal_error <- timeout <- req_timeout

On 2016-09-18 16:00:12 +0000, albert wrote:

I've just pushed a proposed patch to github (pull request 523)

On 2016-09-20 18:03:36 +0000, albert wrote:

Code has been integrated in the master on github

On 2016-12-29 18:45:46 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.13. 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 (preferably in the form of a self-contained example).

On 2017-01-02 08:40:04 +0000, Martin Beran wrote:

(In reply to Dimitri van Heesch from comment # 3)

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.13. Please verify if this is indeed the case.

Yes, it seems to be fixed. The example of failed hierarchy in 1.8.12 generates the correct class hierarchy now in 1.8.13.

@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