how to use automatic code documentation with qt creator ? [solved]
-
wrote on 2 Sept 2015, 12:29 last edited by Kamal Badi 9 Jul 2015, 12:27
how can i generate code decumentation with QT creator ? is there any tools that could help me to make it done ?
and thanks .. -
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
-
wrote on 7 Sept 2015, 12:26 last edited by
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
wrote on 8 Oct 2015, 09:18 last edited by@SGaist @Kamal-Badi
Does Doxygen work for- Qt creator 3.4.2 windows
- QML as well ?
I have already Qt creator 3.4.2 do i still need to download new one and configure it as mentioned in the wiki.Thanks
-
Doxygen is an external tool. You have to test it if you want to use that Qt Creator plugin.
Otherwise there's the doxyqml tool that you can check.