what I'm trying to do is to create comment with link to another method for example like in Doxygen
/**
* Some comment {@link method}
*/
But when I do this comment in XCode it does not show links to methods in right QuickHelp panel. Is there some quick explanation of how to do this or why I cannot do this?
I want to generate something like this, where in this example you can click CGImageRef or CIImage.