hyperlink - Quick Help in Xcode - How to create links between classes in the same project -


in class, have following method , comment:

/**  list of gsdcontentlayer objects comprising layers current drawing.  @see gsdcontentlayer explanation on drawing layers. */ -(nsarray *)layers; 

this comment can seen in quick in xcode, , works well.

i like, however, create link in second comment line pointing gsdcontentlayer, when click on "gsdcontentlayer" on quick window, takes me directly .h file containing gsdcontentlayer class.

is possible? if so, how?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -