-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Doxygen 1.8.13 [Linux ARM64] producing poor output #9427
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
Comments
@mnguyenpdftron without being able to reproduce the problem (since you only provided output and not a way to generated said output), it looks like your project uses a custom HTML header and/or footer which is tailored for 1.8.5, but is no longer compatible with 1.8.13. Please check your Doxyfile and clear the |
Thank you very much for your prompt reply. It looks like this is the information that I'm looking for. |
If we'd like to build doxygen 1.8.5 in the arm64 docker (to keep using our current custom header and foot and css), do you think it's feasible? |
It might be feasible, but the 1.8.5 is build with the qmake tool and not with cmake furthermore it is very old (August 23, 2013). The 1.8.13 is also very old (December 29, 2016) but build with cmake. |
Thank you for the feedback! |
FYI, I was able to build Linux ARM64 executable for 1.8.5. |
Enhance documentation for filter commands
Doxygen 1.8.13 produces poor output compared to Doxygen 1.8.5.
I attached the two outputs for comparison. I used
"GENERATE_HTMLHELP=NO"
in both cases. The reason I used Doxygen 1.8.13 because it's for Linux arm64 openjdk:8-jdk-slim-buster.Any recommendation on how to fix it?
Thanks
Linux_ARM64_Doxygen1.8.13.zip
Linux_x86_64_Doxygen1.8.5.zip
The text was updated successfully, but these errors were encountered: