how to use automatic code documentation with qt creator ? [solved]
Qt Creator and other tools
5
Posts
3
Posters
1.7k
Views
3
Watching
-
how can i generate code decumentation with QT creator ? is there any tools that could help me to make it done ?
and thanks .. -
Hey
thanks , it help
i solve it by sudo apt-get install doxygen doxygen-gui
and then doing gui setup run documentation and it work :)
but thanks any way.. -
Hi,
You can build the doxygen plugin for Qt Creator following the wiki entry here Note that the instructions are for older version of Qt Creator and Qt but they should still apply.
Hope it helps