Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
准确地说:我知道如何在声明时对枚举进行 dox 处理,我想将它们进行脱机处理。
我想保持头文件没有 doxygen 注释;它们都在 .cpp 文件中。这对于函数、类、typedef 等来说不是问题。我也可以enum像这样记录自己:
enum
/*! \enum MyClass::MyEnum Foo Bar Baz \value FirstEnumValue <- doesn't work */
但我如何记录那里的价值观enum?
谢谢!
您需要根据文档使用 \var