如何显示Doxygen注释的代码片段?

时间:2010-12-28 05:51:19

标签: doxygen

是否可以显示使用Doxygen注释的源代码?

我尝试了以下内容:

if (u[index] == ']')  /**< Detailed description after the member */

只得到以下结果:

< Detailed description after the member 

有没有办法强制Doxygen显示代码片段以及评论?

2 个答案:

答案 0 :(得分:2)

如果您想显示代码段而不是源代码本身,请使用@code,@ endcode将代码片段包含在类/方法文档中。

答案 1 :(得分:1)

不,但您可以配置doxygen以包含包含代码的源浏览器,并将生成的文档中的链接放到源代码中。