jsdoc3Template icon indicating copy to clipboard operation
jsdoc3Template copied to clipboard

A custom Customizable JSDOC3 template

Results 12 jsdoc3Template issues
Sort by recently updated
recently updated
newest added

I meet the “require.paths" problem at first ,and when I delete require.paths and code the cmd with "`jsdoc -t "jsdoc3Template/" "test/test.js"` it shows this: ![image](https://cloud.githubusercontent.com/assets/11813936/16175268/fa0eb54c-3618-11e6-9955-48350e75b70b.png)

Hi, Thank you for the template! In my installation the links to the source code do not work. I found the function _generateSRCFilesPages() in processFiles.js. The function gets called but...

throwing error on parsing interfaces i guess ... org.mozilla.javascript.EcmaError: TypeError: Cannot read property "api_INDChart" from undefined (file:/C:/Users/.../Downloads/jsdoc-i/jsdoc/templates/jsdoc3Template/node_modules/jd3t/processTags.js#146)

I would like to use jsdoc3Template explicitly by either by pointing jsdoc to the jsdoc3Template directory through the command line options for jsdoc (-t) or from within a configuration (conf.json)...

"JS sources. You must put a package.json in directory PROJECTNAME ". What should this file contain? And, maybe related, I get this error: fs.js:427 return binding.open(...) Error: ENOENT, no such...

Thanks for your hard work on this template. Some installation instructions would be really helpful. I keep getting module not found errors thrown, probably because I just don't have things...

The following enum is dropped from generated docs, but should appear as enumeration type /** - Description of MyEnumeration - @global - @readonly - @enum { number } */ MyEnumeration...

With the following jsdoc comment, it is expected that a type definition appears on the page where MyClass is documented, and to be able to reference the callback type when...

I think that must be helpful explain how to integrate this template with ANT.