-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It should recognize global objects in the returned values
/**
* Foo.bar(a) -> Array
**/The above, should replace Array with link to Array documentation.
It should recognize global objects in the arguments definition
/**
* Foo.bar(a) -> Array
* - a (RegExp): Some description
**/The above should replace RegExp with link to RegExp documentation
It should recognize global objects in links
/**
* Foo.baz -> String
*
* Serialized representation of self as [[Object]].
**/The above should replace [[Object]] with link to Object documentation
By default links to global objects should point MDN. But there should be an option to provide custom URL for global objects documentation (e.g. node.js documentation page).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels