本帖最后由 16777216 于 2017-5-18 22:54 编辑
STM32 库函数中的注释风格是符合什么的,如下
[mw_shl_code=c,true]/** rief System Tick Configuration
The function initializes the System Timer and its interrupt, and starts the System Tick Timer.
Counter is in free running mode to generate periodic interrupts.
param [in] ticks Number of ticks between two interrupts.
eturn 0 Function succeeded.
eturn 1 Function failed.
ote When the variable <b>__Vendor_SysTickConfig</b> is set to 1, then the
function <b>SysTick_Config</b> is not included. In this case, the file <b><i>device</i>.h</b>
must contain a vendor-specific implementation of this function.
*/[/mw_shl_code]
这里的 /**
---------
*/
reif
好像是符合javadoc 的一种规范,可以自动生成一种说明文件,本来以为可以使用doxygen自动导入,但是失败了。。。。。他们的chm文件我估计是这个自动导出的,有谁知道这个么,想学学。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
不是,这种风格应该可以通过自动化的软件生成help文件的
一周热门 更多>