Objective c 在\ref命令中引用方法

Objective c 在\ref命令中引用方法,objective-c,doxygen,Objective C,Doxygen,如何在doxygen中的\ref命令中引用objective-c方法?我试过这些,但不起作用: @interface Class /// \ref Class::method /// \ref Class::method:description /// \ref Class#method /// \ref Class#method:description - (void) method:description; 谢谢。您应该使用\sa或\see \ref用于引用页面,而不是引用的符号

如何在doxygen中的\ref命令中引用objective-c方法?我试过这些,但不起作用:

 @interface Class 
/// \ref Class::method
/// \ref Class::method:description
/// \ref Class#method
/// \ref Class#method:description
- (void) method:description;

谢谢。

您应该使用\sa\see

\ref用于引用页面,而不是引用的符号