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