How can I add donxygen in CodeWarrior10.4?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I add donxygen in CodeWarrior10.4?

Jump to solution
781 Views
danielchai
Senior Contributor I

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

Labels (1)
0 Kudos
1 Solution
534 Views
BlackNight
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
6 Replies
534 Views
BlackNight
NXP Employee
NXP Employee

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)).

0 Kudos
534 Views
danielchai
Senior Contributor I

Hi Erich,

Actually when I install doxygen on my PC, it is fine.

How could I enable it in CW10.4?

Thank you.

-Daniel

0 Kudos
535 Views
BlackNight
NXP Employee
NXP Employee

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

0 Kudos
534 Views
danielchai
Senior Contributor I

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)

0 Kudos
534 Views
BlackNight
NXP Employee
NXP Employee

Hi Daniel,

I would say that this is missing in the Eclox plugin. Somebody volunteering to add this functionality to the Eclox plugin?

0 Kudos
534 Views
danielchai
Senior Contributor I

Hi Erich,

Thank you.

In that case, I think I will manually add it.:smileylaugh:

-Daniel

0 Kudos