Broken with doxygen 1.8.12
See original GitHub issueHello,
I believe this theme is broken when using doxygen 1.8.12.
I’ve simply cloned the project and ran doxygen
from example-site
.
The generation seems fine, but going on the page gives a javascript error related to the search, and that prevent some other script to run. The result is that the whole page header (“main page”, “related page”, “namespace”, etc) is not present.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Changelog - Doxygen Manual
When upgrading the Doxyfile (using doxygen -u) the existing values of DOT_FONTNAME and DOT_FONTSIZE will be migrated. Refactoring and cleanup. Dependency ...
Read more >Generating Python Documentation with doxygen produces ...
I just tried with 1.8.12 (and also with 1.8.14 the current and preferred version as well as with the current development version).
Read more >Doxygen broken on Mac OSX after latest commits - Developers
After updating to the develop branch of stan-math, the make doxygen command now fails. It appears there was a lot of change in...
Read more >FLTK PDF docs generation with doxygen > 1.8.6
documentation, but I had to realize that all doxygen versions since 1.8.7 were "broken" in a way that I could not generate the...
Read more >[WT-7437] Upgrade documentation to doxygen 1.8.17
Bug - A problem which impairs or prevents the functions of the product. WT-7260 Investigate why doxygen 1.9.1 is not working with wiredtiger....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I hacked together a first attempt on fixing this for newer doxygens. Still work in progress but at least the menus show and work. https://github.com/cellcortex/doxygen-bootstrapped
Looks like builds for doxygen 1.8.12+ are broken for this project right now.
The problem has to do with this line item in their changelog:
This is going to require some work to fix and am open to help on this. The commit that broke it can be found here:
https://github.com/doxygen/doxygen/commit/8480d35beef57ed08139b58972bfb83a3b37422c
At a first look it would seem that a new way of handling the nav is needed as well as a way to deal with smartmenus as its added after the custom html header and before the custom html footer.