【发布时间】:2011-03-04 19:04:31
【问题描述】:
在哪里可以找到 Qt 文档 cmets 的文档?我指的是 Qt 如何为文档 cmets 使用特定样式,如下所示:
/*!
\class MyClassName
\brief The MyClassName class is used as an example on Stack Overflow.
This class serves a few functions, the most important being:
\list
\i So people can understand my question.
\i So people can have a few laughs at the comedy in my example.
\endlist
*/
...你明白了。那么在哪里可以找到有关所有开关的信息,例如 \class、\list、\brief 等。此外,我使用什么工具从源文件中的这些 cmets 生成文档文件? Doxygen 是否支持这种语法?
【问题讨论】:
标签: c++ qt documentation doxygen nokia