Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate similar to Qt documentation via Doxygen?

Tags:

qt

qt4

doxygen

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.

like image 458
Dmitriy Avatar asked Jul 22 '11 14:07

Dmitriy


People also ask

Will the Doxygen plugin work with Qt SDK?

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:

How to create a Doxygen file from the command line?

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.

Can Doxygen generate HTML webpages?

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.

How do I create a template configuration file in Doxygen?

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.


1 Answers

See http://www.qtcentre.org/threads/30535-Doxygen-and-Qt...-is-there-a-FAQ?p=143676#post143676

Sorry busy to write full answer

like image 180
Martin Beckett Avatar answered Oct 07 '22 17:10

Martin Beckett