I'm using Doxygen 1.8.6 to create HTML and QHC output (for QtAssistant) with HTML_DYNAMIC_SECTIONS = YES (GENERATE_TREEVIEW is enabled as well). The HTML output works fine in my browser. However, when using the QHC-file inside Qt Assistant, I can't open the dynamic sections, so graphs, inherited members, etc. are not accesible. I'm not sure whether QtAssistant supports Javascript at all...
However, I found that the <files>-section in the generated index.qhp file does not contain dynsections.js, where the not-working toggleInherit()-function is defined.
So shouldn't doxygen put dynsections.js, jquery.js, and maybe other Javascript files into the files-section in QHP-files, in order to produce a working QHC-file?
Hi,
I'm using Doxygen 1.8.6 to create HTML and QHC output (for QtAssistant) with HTML_DYNAMIC_SECTIONS = YES (GENERATE_TREEVIEW is enabled as well). The HTML output works fine in my browser. However, when using the QHC-file inside Qt Assistant, I can't open the dynamic sections, so graphs, inherited members, etc. are not accesible. I'm not sure whether QtAssistant supports Javascript at all...
However, I found that the <files>-section in the generated index.qhp file does not contain dynsections.js, where the not-working toggleInherit()-function is defined.
So shouldn't doxygen put dynsections.js, jquery.js, and maybe other Javascript files into the files-section in QHP-files, in order to produce a working QHC-file?
I've posted a similar question (regarding QtAssistants Javascript-capabilities) here: http://qt-project.org/forums/viewthread/39599/
Thanks for any comments...
Best regards,
Linus A.