Hi All,
How can I install doxygen document tool in CW10.4.
I read Re: Installing new plugin into Codewarrior 10.4? here, but it doesn't work for me.
Thank you.
-Daniel
Solved! Go to Solution.
Hi Daniel,
you need to install the Eclox plugin as outlined in this article:
5 Best Eclipse Plugins: #1 (Eclox with Doxygen, Graphviz and Mscgen) | MCU on Eclipse
Hi Daniel,
what is the problem? I have doxygen/eclox installed without issues in 10.4 (5 Best Eclipse Plugins: #1 (Eclox with Doxygen, Graphviz and Mscgen)).
Hi Erich,
Actually when I install doxygen on my PC, it is fine.
How could I enable it in CW10.4?
Thank you.
-Daniel
Hi Daniel,
you need to install the Eclox plugin as outlined in this article:
5 Best Eclipse Plugins: #1 (Eclox with Doxygen, Graphviz and Mscgen) | MCU on Eclipse
Hi Erich,
Thank you. Now I install the eclox.
When I type /** in front of a function it will add the function document block to it, but it just add the parameters.
How could I configure doxygen in CW10.4 so that it can add function name automatically?
Thank you.
/**
*
* @param pszMenu
* @param ui8NumofItem
* @param ui8CurrSelectedItem
* @param pMenuName
*/
void print_menu(char **pszMenu, uint_8 ui8NumofItem,
uint_8 ui8CurrSelectedItem, char * pMenuName)
Hi Daniel,
I would say that this is missing in the Eclox plugin. Somebody volunteering to add this functionality to the Eclox plugin?
Hi Erich,
Thank you.
In that case, I think I will manually add it.:smileylaugh:
-Daniel