GNOME Bugzilla – Bug 643878
treeview disapperance
Last modified: 2011-03-10 20:58:30 UTC
If I assign in doxyfile instead of default value ... PROJECT_NAME="TSS aka \"Task Sheduling Server\"" ... then generated HTML contains no treeview. This is because of generated Javascript file (navtree.js) raises error at line 3 when loading in browser due (below is first 3 lines of navtree.js) var NAVTREE = [ [ "TSS aka "Task Sheduling Server"", "index.html", [ [ "Modules", "modules.html", [ .... This issue can be solved if it will be assigned as PROJECT_NAME="TSS aka \\"Task Sheduling Server\\"" But in that case project name displayed at top of page will contain slashes which is inacceptable. Therefore this looks like there is no proper filtering and/or escape sequence handling With best regards, Anton.
Created attachment 182489 [details] Doxygen configuration file layout file referenced in configuration file is the default one.
*** This bug has been marked as a duplicate of bug 638655 ***
Well, upon closer inspection this was another instance of the same problem, but it will also be corrected in the next subversion update.