views:

63

answers:

0

Say I have an ObjC category defined as @interface NSObject (L0SomeCategory) that defines a -doSomething method that I documented. How do I link to its docs from another Doxygen block? I tried unsuccessfully:

  • NSObject::doSomething
  • NSObject(L0SomeCategory)::doSomething
  • L0SomeCategory::doSomething

Any ideas?