jaguarjs-jsdoc icon indicating copy to clipboard operation
jaguarjs-jsdoc copied to clipboard

A Template of jsdoc for jaguar.js project

Results 32 jaguarjs-jsdoc issues
Sort by recently updated
recently updated
newest added

If I have a CommonJS style module exporting different methods, it does not appear in the compiled documentation if I use the @module tag along with @function tags for each...

Code suggested by @twick in #5

Ever stumbled over something like this: ``` undefined:55 ((__t=( filename ))==null?'':__t)+ ^ ReferenceError: filename is not defined at eval (eval at (/usr/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1262:16), :55:9) at template (/usr/lib/node_modules/jsdoc/node_modules/underscore/underscore.js:1270:21) at exports.Template.partial (/usr/lib/node_modules/jsdoc/lib/jsdoc/template.js:62:29) at...

I'm trying to set up jsdoc3 with jaguarjs, and it seems to not want to listen to me. At all. I simply cloned https://github.com/davidshimjs/jaguarjs-jsdoc into the dir I'm working in,...

This issue was reported in jsdoc here: https://github.com/jsdoc3/jsdoc/issues/514; and solved with the following commit: https://github.com/jsdoc3/jsdoc/commit/f958ab0fd27914f4e4271907b922084e99f3bb04 However, the issue is still present in this template. I applied the patch in the...

When define a namespace twice (in one same file or different files), it generate like this: ![](http://gtms02.alicdn.com/tps/i2/TB1g6V2HpXXXXbmXVXXFSR6NpXX-896-330.jpg)

I noticed that first word of return description gets missed in the output. Example from JaguarJS (collie.util.getBoundaryToPoints): ``` /** * ... * @return {Array} points [[left, top], [right, top], [right,...

Thanks for your template! I think I found a bug. Interfaces (tag `@interface`) are missing in the output documentation. Example: ``` /** * @interface */ myInterface = { /** *...

A Class that showed at current page will be shown by scrolling instead of changing order at navigation area.