appledoc icon indicating copy to clipboard operation
appledoc copied to clipboard

Cross reference from method declaration line

Open tomaz opened this issue 14 years ago • 2 comments

Method declaration line (i.e. "- (void)doSomethingWith:(id)value") could include cross references to known objects in method result and argument types. Probably links should use same color as the rest of the text to avoid visual noise and only show underline if hovered.

tomaz avatar Dec 28 '10 14:12 tomaz

+1

Apple's docs have this and it is enormously useful.

aparajita avatar Jan 31 '13 00:01 aparajita

+10

I keep having to add @see for parameters just to get the links show up in order to make the docs decently discoverable. Perhaps auto-generate the @see list from method parameters?

LearnCocos2D avatar Nov 26 '14 14:11 LearnCocos2D