-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Whenever I try to use jsdoc with this template:
jsdoc xx/src/main/resources/files/js/ -t ./node_modules/jsdoc-rst-template/template/ -d ~/Documents/jsdocs
undefined:10
((__t=( description ))==null?'':__t)+
^
ReferenceError: description is not defined
at eval (eval at (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1329:20), :10:9)
at template (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1336:21)
at exports.Template.partial (/usr/local/lib/node_modules/jsdoc/lib/jsdoc/template.js:60:29)
at eval (eval at (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1329:20), :9:23)
at Array.forEach (native)
at eval (eval at (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1329:20), :8:5)
at template (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1336:21)
at exports.Template.partial (/usr/local/lib/node_modules/jsdoc/lib/jsdoc/template.js:60:29)
at eval (eval at (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1329:20), :16:19)
at template (/usr/local/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1336:21)