You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find a way to cross-reference other methods within the documentation. Is this possible in Swift or Objective-C?
I'm currently trying to document an Objective-C codebase and I can't find a way to ref other methods (though I think properties work). It appears that you can reference another class either implicitly ('MyOtherClass') or explicitly (<MyOtherClass>) and the xref works fine, but I can't reference a method within another (or even the same) class. In appledoc, you can do this using the standard obj-c notation ('[MyOtherClass myMethod]').
Anyway, I'd love to make this a feature request if this functionality isn't currently available.
Thanks!
The text was updated successfully, but these errors were encountered:
I can't find a way to cross-reference other methods within the documentation. Is this possible in Swift or Objective-C?
I'm currently trying to document an Objective-C codebase and I can't find a way to ref other methods (though I think properties work). It appears that you can reference another class either implicitly (
'MyOtherClass'
) or explicitly (<MyOtherClass>
) and the xref works fine, but I can't reference a method within another (or even the same) class. In appledoc, you can do this using the standard obj-c notation ('[MyOtherClass myMethod]'
).Anyway, I'd love to make this a feature request if this functionality isn't currently available.
Thanks!
The text was updated successfully, but these errors were encountered: