【发布时间】:2014-02-24 00:58:59
【问题描述】:
我刚刚意识到我可以在方法实现中编写部分 doxygen 文档,这似乎是一个获得准确文档的好方法!
困扰我的一件小事是,我想在多行写一个句子时避免换行:
/// Check if the pointer is not null,
if( ptr != ) {
/// increment it
ptr++
/// and perform other stupid task...
...
}
这将生成 3 条不同的线,但我希望它贴在一条线上。 有什么想法吗?
【问题讨论】:
标签: doxygen