Tool/software: Code Composer Studio
Hello,
How CCS can help to automatically generate documents like DoxyGen?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
How CCS can help to automatically generate documents like DoxyGen?
Kishan,
There is doxygen support in CCS that you can enable.
Open the prefernces dialog from the help menu.
Click on show advanced settings at the bottom left.
Type doxygen in the filter box
In the "documentation tool comment" section at the bottom change the workspace default to Doxygen.
Now in a source file if I add a function and then type /** and hit enter on the line before the function it will insert the doxygen comment block
There is also the Eclox plugin that enables more complete integration. I have not used this one but there is more information here:
https://github.com/theolind/mahm3lib/wiki/Integrating-Doxygen-with-Eclipse
Regards,
John
Does it cover everything or function only? and what if functions are already declared and defined or it will work with new functions only?