I would like to create documentation as a set of HTML pages with look of MSDN. The template works fine(and looks perfectly), but it does not generate an index(toc) in HTML. It only creates a main_toc.xml for MS help compiler. The pages are fine, but TOC is missing!
Ideal would be a treeview - left side panel which Doxygen can generate for HTML output.
Couldn't anyone give an advice?
Thanks a lot
Locus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you compile the output files with the Microsoft Help 2 compiler you will indeed get an TOC and index (please see the documentation). The system is build for use with the MSHelp2 format and not as stand-alone HTML pages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to create documentation as a set of HTML pages with look of MSDN. The template works fine(and looks perfectly), but it does not generate an index(toc) in HTML. It only creates a main_toc.xml for MS help compiler. The pages are fine, but TOC is missing!
Ideal would be a treeview - left side panel which Doxygen can generate for HTML output.
Couldn't anyone give an advice?
Thanks a lot
Locus
If you compile the output files with the Microsoft Help 2 compiler you will indeed get an TOC and index (please see the documentation). The system is build for use with the MSHelp2 format and not as stand-alone HTML pages.