documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Links between classes in documentation app

Open apawsey opened this issue 8 years ago • 2 comments

It would be extremely helpful if wherever other classes are referenced, the documentation linked to that class. Currently, you generally have to go back to some route point and find each class yourself.

For example (from Router):

currentInstruction: NavigationInstruction

The currently active navigation instruction.

NavigationInstruction should link to the navigation instruction class definition.

apawsey avatar May 10 '16 19:05 apawsey

Thanks for the suggestion! I know we've talked about that before but it's good to have this issue to track it and remind us to resolve it.

EisenbergEffect avatar May 10 '16 19:05 EisenbergEffect

It is just a bit of donkey work to do this? or is there a nicer way to resolve it?

mttmccb avatar Mar 10 '18 00:03 mttmccb