I was wondering if there was a way of linking to tokens defined in a docSet in Xcode from another one. For example if I'm defining a method called initWithAnotherFrame: in my docSet, I would like to be able to include something like:
See Also
- initWithFrame:
which links to Apple's UIView documentation. I'd really appreciate it if anyone could help me with that.
Update I found one way of doing it, but it involves long URLs. Does anyone has a better way of doing this?