QDoc in JavaScript. How?
-
wrote on 3 Apr 2019, 12:38 last edited by bogong 4 Mar 2019, 12:44
Hello all!
I am trying to find some information about QDoc tags in JavaScript file. Could someone give me link to the manual about JavaScript? I found about CPP, about QML but not about JavaScript.This is the link to Documentation about tags. There are about QML, CPP but not about JS. Does anyone know which is for JavaScript files?
-
You can use doxyqml plugin for Doxygen to get JS code documented. qdoc does not support documenting JS, as far as I know.
-
You can use doxyqml plugin for Doxygen to get JS code documented. qdoc does not support documenting JS, as far as I know.
wrote on 3 Apr 2019, 12:55 last edited by@sierdzio You wrong. It's supporting, but you need to add *.js to config. The question was about topic commands. Solution found - use module topic command
-
OK, qdoc went forward with times, it seems :-)
1/4