-
I have one file with one class and I was getting rundant stuff like:
> class x
>
> members:
> x (which linked to "class X" above"
> new x() (linked to constructor below)
> aMethod
> anotherMethod
I…
-
```
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using npm@2.14.7
3 info using node@v4.2.1
4 verbose readDependencies loading dep…
-
In order to have your `@example` tag render in `monospace`, you need to do this:
`````` js
/**
* @description does the damn thing
* @param {Thing} damnThing Damn thing to do
* @example
* ```
* …
-
Hi, I updated famous-map to use the latest 'grunt-jsdoc-to-markdown'.
The methods of the class now show the class prefix (with a lowercase character):
https://github.com/IjzerenHein/famous-map/blob/m…
-
Input:
``` js
/**
* @name Debaser
* @public
* @param {string} [name] Unique name of this Debaser instance.
* @constructor
*/
var Debaser = function Debaser(name) {
// stuff
};
/**
*…