浪里白条 发表于 2014-6-18 09:27:05

PE生成的代码这样子,是为了方便生成帮助文档么?(已解决)

本帖最后由 浪里白条 于 2014-6-18 10:21 编辑

PE生成的代码注释这样子(如下),是为了方便生成帮助文档么?
如果我自己写的代码也搞成这个样子,如何生成帮助文档呢
codeworrior10.6中有不有类似JAVA中生成帮助文档的那种工具?
/*
** ===================================================================
**   Method      :AD1_GetMeasurementCompleteStatus (component ADC_LDD)
*/
/*!
**   @brief
**         Returns whether the measurement is done and the results can
**         be read by the user. It can be used to poll the state of
**         measurement if is disabled or if
**          event is disabled by the
**          methods.
**   @param
**         DeviceDataPtr   - Device data structure
**                           pointer returned by method.
**   @return
**                         - Error code
**                           true - Measurement is done
**                           false - Measurement is in progress
*/
/* ===================================================================*/

error_dan 发表于 2014-6-18 09:39:09

doxygen标准格式。

浪里白条 发表于 2014-6-18 09:42:55

error_dan 发表于 2014-6-18 09:39
doxygen标准格式。

如何生成帮助文档知道么?

aozima 发表于 2014-6-18 10:06:02

浪里白条 发表于 2014-6-18 09:42
如何生成帮助文档知道么?

google doxygen

浪里白条 发表于 2014-6-18 10:13:46

aozima 发表于 2014-6-18 10:06
google doxygen

3Q解答,已搜到

youpeng 发表于 2014-6-18 10:41:34

aozima 发表于 2014-6-18 10:06
google doxygen

大家伙的,都这么不待见度娘啊。
google,gmail都上不去,正在找梯~

error_dan 发表于 2014-6-18 10:49:10

youpeng 发表于 2014-6-18 10:41
大家伙的,都这么不待见度娘啊。
google,gmail都上不去,正在找梯~

收费梯子,我真要找老板要推广链接了。。。

浪里白条 发表于 2014-6-18 10:59:01

这个软件不支持中文的注释,很遗憾

youpeng 发表于 2014-6-18 11:00:54

error_dan 发表于 2014-6-18 10:49
收费梯子,我真要找老板要推广链接了。。。

谢谢!学习下
页: [1]
查看完整版本: PE生成的代码这样子,是为了方便生成帮助文档么?(已解决)