documentationjs / documentationjs/documentation

Links for types from other modules

Open
#64 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
5.8k
Forks
481
PR merge metrics
No merged PRs in 30d

Description

If I `@returns {boolean}` I get a nice link to the documentation for booleans.

However, if I `@returns {BigInteger}` I don't get a link because `documentation` doesn't know what it is (though it might be able to infer it by seeing that there's a BigInteger variable that's `require`d from a node module and use the homepage from its `package.json` for the URL)...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.