Jak*_*les 6 c++ documentation qt doxygen nokia
我在哪里可以找到Qt文档注释的文档?我指的是Qt如何使用特定样式进行文档注释,如下所示:
/*!
\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
*/
Run Code Online (Sandbox Code Playgroud)
......你得到了照片.那么我在哪里可以找到有关所有开关的信息,例如\ class,\ list,\ brief等.另外,我在源文件中使用哪些工具从这些注释中生成文档文件?Doxygen是否支持这种语法?