Allem - 2013-10-30

Hello,

I use doxygen to generate the complete documentation of a product. That is the general documentation plus the source code documentation. As output I chose then to generate a .chm file. Everything works fine except that the page and book (topics) icons in the search tree of the help file are swapped. I made snapshots of it, but I don't find how to upload images in this post...

The generated documentation of the source code uses the correct icons that is that a page is always under a book. In my general documentation I use an extra text file that will be parsed by doxygen. Here an extract of it:

/* @page module_QuickStart 4- Quick start
Some text...
@section sec_1 Download & install
Some text...
@section sec_2 Launching the software
Some text...
/

By writing this I get a page icon for the topic "4- Quick start" and book icons for the section "Download & install" and "Launching the software". If I swap the page and section text doxygen doesn't compile the text properly. Has anyone an idea about the right keyword?

Thank you very much for your help!
Regards,
Allem.