GNOME Bugzilla – Bug 708446
Deprecated list breaks HTML tree with xhtml extension
Last modified: 2013-12-24 18:59:56 UTC
Created attachment 255380 [details] Example demonstrating problem with deprecated list with xhtml file extension We use .xhtml as the file extension for HTML output in order to support svgs in Internet Explorer. However, when our documentation is built with release 1.8.5, the tree is not displayed, and the panel on the left is blank. 1.8.4 didn't exhibit this behaviour. Further investigation has shown that this seems to be caused by including the deprecated list. Changing back to .html file extensions also solves the problem. The behaviour is consistent in both Chrome and IE. The attached zip file includes both a C source file and a Doxygen configuration file demonstrating the behaviour.
Confirmed, problem was due to the use of in navtree.js which isn't defined in XHTML. I now replaced it with  . Should be corrected in the next GIT update.
Works perfectly for us now. Thanks for the speedy response.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.6. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).