-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix missing doxygen pages #8624
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
Conversation
Set the doxygen option HIDE_UNDOC_CLASSES to NO so even classes without top level documentation show up. This fixes missing class links in the documentation. This problem was introduced when the local doxygen settings were synchronized with the website doxygen settings: 784fa91 "Update doxygens to be in sync"
@cmonr this fixes doxygen problems and will need to be backported to 5.10. |
@c1728p9 So a patch release? |
Yes, please. Those class references won't appear in the 5.10 Doxygen until this is merged. |
/morph build |
CI started, but will still need a review from someone in Docs to give an "accept" on the PR. |
Build : SUCCESSBuild number : 3530 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3145 |
Test : FAILUREBuild number : 3317 |
/morph test |
Test : SUCCESSBuild number : 3318 |
Description
Set the doxygen option
HIDE_UNDOC_CLASSES
toNO
so even classes without top level documentation show up. This fixes missing class links in the documentation.This problem was introduced when the local doxygen settings were synchronized with the website doxygen settings:
784fa91
"Update doxygens to be in sync"
Pull request type