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::doSomethingNSObject(L0SomeCategory)::doSomethingL0SomeCategory::doSomething
Any ideas?