如何禁用 doxygen 标记
我想禁用所有 doxygen 标记处理(在我的函数头中)。我已经阅读了所有 doxygen 选项(在 doxywizard 中),但似乎找不到该选项。它存在吗?
EG:
/** -------------------------------------------------------------------------
Function : <INIT>
: \Test
Purpose : @50Hz
*/
上述描述中的任何字符都不应触发标记处理(@、\、<> 等)。
I would like to disable all doxygen markup handling (in my function header). I've read through all the doxygen options (in doxywizard) but can't seem to find the option. Does it exist?
EG:
/** -------------------------------------------------------------------------
Function : <INIT>
: \Test
Purpose : @50Hz
*/
None of the characters in the description above should trigger markup handling (@, \, <>, etc).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将想要逐字显示的任何文本封装在 逐字/endverbatim 标签。
You can wrap any text you want to appear verbatim in the verbatim/endverbatim tags.