The default Doxygen HTML output produces this kind of documentation.
Is it possible to make the HTML output similar to Qt3 or Qt4 documentation style? How to achieve this?
Qt4 style is preferred, however Qt3 also will do.
This wiki is aimed to give all the instructions you need to do this process successfully with an example of getting the doxygen plugin to work with Qt SDK 5.0.2. The example is done for Windows so adjust paths/names for Linux/Mac OS X. Lets start from the very beginning:
To do this call doxygen from the command line with the -g option: where <config-file> is the name of the configuration file. If you omit the file name, a file named Doxyfile will be created.
Apart from syntaxes and tags mentioned above, Doxygen can also use markdown files to generate HTML webpages as part of your documentation. If you need to provide code snippets, coding standards, architecture information, etc, on your documentation then the best way to do it is via pages or markdown files.
To simplify the creation of a configuration file, doxygen can create a template configuration file for you. To do this call doxygen from the command line with the -g option: where <config-file> is the name of the configuration file.
See http://www.qtcentre.org/threads/30535-Doxygen-and-Qt...-is-there-a-FAQ?p=143676#post143676
Sorry busy to write full answer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With