doxygen配置文件中是否有任何内容可以确定某个组的成员是否可以单独使用\ref
?我希望能够将普通班级成员的班级成员(不是整个团队)记录下来。
例如:
/// \file
/// In particular, blah blah \ref SomeStruct::f1
// Is there a way to make \ref's such as above work without defining anchors?
/// A very useful struct.
struct SomeStruct {
...
/// \name These functions implement common functionality.
/// @{
void f1(); ///< Does X
void f2(); ///< Does Y
/// @}
...
}
答案 0 :(得分:0)
尝试&#39; \ ref SomeStruct :: f1&#39;如在
/// \简要看看\ ref SomeStruct :: f1&#34; this&#34;