tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.2k stars 644 forks source link

Cross reference from method declaration line #17

Open tomaz opened 13 years ago

tomaz commented 13 years ago

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.

aparajita commented 11 years ago

+1

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

LearnCocos2D commented 9 years ago

+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?