In Xcode 4, if you option + click on a keyword, then the said keyword will appear in a popover with a bunch of descriptive information, like so:
However, when I option + click on my own method or variable, all I get is a link to the file in which the object was declared:
How is this done? Can I take advantage of this for my own code?
(I've noticed in some of the framework headers, that there is some sort of special comment syntax. Could that be related?)