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
Links using @ref stopped working in doxygen 1.8.19 #8037
Comments
|
At the moment it is hard to debug this problem due to the sheer size of the wx code and the time it takes to process. We have to check what the reason is for the instead of the: i.e. why there is now a reference to the real source and not to the documentation. |
|
I created a very small example showing the problem: with settings: The strange things, for me, are:
Example: example.tar.gz Edit
|
|
@swt2c and @albert-github Please verify if the commit I just pushed fixes the problem. |
|
Looks OK to me. |
|
Yes, I can confirm the fix works for the full wxWidgets documentation. Thanks a lot! |
|
when do you plan to release this ? I am asking because if 1.8.21 is coming soon we'll wait, else we'd ship this patch in Debian as doxygen 1.8.20-3 |
|
This issue was previously marked 'fixed but not released', |
Describe the bug
In wxWidgets interface documentation,
@refis used to link to reference a different class in the documentation. It appears that in doxygen 1.8.19, these links stopped being generated correctly. I bisected the issue to commit 327423e.Expected behavior
These are how the links look in doxygen 1.8.18 (correct):
Screenshots
This is how the links look in doxygen 1.8.19:
To Reproduce
doxygen.tar.gz
Version
1.8.18 works, 1.8.19+ doesn't.
The text was updated successfully, but these errors were encountered: