How can I add donxygen in CodeWarrior10.4?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How can I add donxygen in CodeWarrior10.4?

跳至解决方案
1,951 次查看
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

标签 (1)
0 项奖励
回复
1 解答
1,704 次查看
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 项奖励
回复
6 回复数
1,704 次查看
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 项奖励
回复
1,704 次查看
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 项奖励
回复
1,705 次查看
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 项奖励
回复
1,704 次查看
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 项奖励
回复
1,704 次查看
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 项奖励
回复
1,704 次查看
danielchai
Senior Contributor I

Hi Erich,

Thank you.

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

-Daniel

0 项奖励
回复