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

Inheritance #10143

Closed
forcel0 opened this issue Jun 20, 2023 · 4 comments
Closed

Inheritance #10143

forcel0 opened this issue Jun 20, 2023 · 4 comments
Labels

Comments

@forcel0
Copy link

forcel0 commented Jun 20, 2023

Describe the bug
We have a C++ library that gets compiled for use with C++ and C# applications. The example for C++ calls the library directly and works as expected. The C# example is run through automated tests as it calls the C++ call so we use inheritance to setup the frame work and test. We then use Doxygen snippets to pull this code but the inherited methods don't seem to hyperlink though it could absolutely be user error

Expected behavior
I would expect Doxygen to link IWantALinkHere(); in the C# example as it does in the C++ example even though the C# is through inhertance.

Screenshots
image
image

To Reproduce
foo.zip

Version
1.9.7

doxygen added a commit that referenced this issue Jun 25, 2023
@doxygen doxygen added bug fixed but not released Bug is fixed in github, but still needs to make its way to an official release labels Jun 25, 2023
@doxygen
Copy link
Owner

doxygen commented Jun 25, 2023

@forcel0 Can you verify if the referenced commit fixes the problem for you? Please do not close the issue, this will be done automatically when the next official release is out.

@forcel0
Copy link
Author

forcel0 commented Jun 25, 2023

The referenced commit fixes the inheritance issue described in #10143. It uncovered a different issue submitted under #10148 . As it is a different issue and might just be improper usage.

Thanks.

@forcel0 forcel0 closed this as completed Aug 15, 2023
@albert-github
Copy link
Collaborator

As the fix is not yet part of on official release, please don't close the issue as this will be done at the moment of an official release

@albert-github albert-github reopened this Aug 16, 2023
@doxygen
Copy link
Owner

doxygen commented Aug 25, 2023

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.9.8.
Please verify if this is indeed the case. Reopen the
issue 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).

@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Aug 25, 2023
@doxygen doxygen closed this as completed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@doxygen @albert-github @forcel0 and others