How to document Qt based source code

How to document the source code I'm writing so that other developers can see help instructions when you hover over - for example, the name of the class I created in the Qt creator. I want to do something like the help you get when you place the cursor over the Qt class or function name.

+7
source share
3 answers
+6
source

Doxygen + plugin for QtCreator ( http://dev.kofee.org/projects/qtcreator-doxygen/ ) Just change the version in the .pluginspec file to 2.4.1, you are using the latest version of QtCreator.
Good luck.

+3
source
+2
source

All Articles