This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
您好!
CCS 如何帮助自动生成 DoxyGen 等文档?
岐山
您可以在 CCS 中启用 doxygen 支持。
从“帮助”菜单打开“首选项”对话框。
单击左下角的显示高级设置。
在筛选框中键入 doxygen
在底部的"文档工具注释"部分中、将工作区默认值更改为 Doxygen。
现在,在源文件中,如果我添加函数,然后键入/**并在函数之前的行上按 Enter,它将插入 doxygen 注释块
还有一个可以实现更完整集成的 Eclox 插件。 我没有使用过这个、但这里有更多信息:
https://github.com/theolind/mahm3lib/wiki/Integrating-Doxygen-with-Eclipse
此致、
John
它是否仅涵盖所有内容或功能? 如果函数已经声明和定义、或者它只能与新函数一同使用、该怎么办?