-
-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Milestone
Description
We use the {@link}
tag in our comments, like
/**
* See {@link MyClass} and [MyClass's foo property]{@link MyClass#foo}.
* Also, check out {@link http://www.google.com|Google} and
* {@link https://github.com GitHub}.
*/
see JSDoc
Is it possible to include this link-tags to the generated documentation?
Thanks!