node-jsdoc-toolkit
node-jsdoc-toolkit copied to clipboard
An old fork of @micmath's jsdoc. For modern use, you want https://github.com/jsdoc3/jsdoc
Script was changed to NodeScript in https://github.com/joyent/node/commit/75db1995b6529cb71513a45299e2ba742e7afde9
Initially I was just going to fix this so the tests could run on node but then I found a bunch of other bugs and things in the documentation. Check...
I have the following code: ``` javascript var ClassName = Backbone.Base.extend( /** @lends ClassName# */ { /** * Creates an instance of the ClassName class. * @class Class description *...
error when npm install -g jsdoc but the 'name' in package.json is 'jsdoc'.