Skip to content

Add support for JS global objects documentation linking #54

@ixti

Description

@ixti
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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions