ibm-js / jsdoc-amddcl

An effort to create a JSDoc template that works well with AMD and C3MRO-based multiple class inheritance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

link to modules in parameters and returns value do not work.

clmath opened this issue · comments

See the return value of the placeAt method here http://ibm-js.github.io/delite/docs/api/0.5.1/delite/Widget.html and the parameter of the method close here http://ibm-js.github.io/delite/docs/api/0.5.1/delite/popup.html

Also reproducible with jsdoc-amddcl's own sample project (https://github.com/ibm-js/jsdoc-amddcl/tree/master/sampleprojects). Generate the doc and check the doc of sampleframework/Base0#methodWithParamAndReturns() => the links for both the param and return type are broken.