Upgrade to jsdoc 3.3.

This commit is contained in:
Paul Spencer
2014-04-07 19:18:02 -04:00
parent aa6c188da6
commit 6d3bbe61ce
6 changed files with 54 additions and 58 deletions

View File

@@ -5,7 +5,7 @@
* TODO: Remove this hack when https://github.com/jsdoc3/jsdoc/issues/53
* is addressed.
*/
exports.nodeVisitor = {
exports.astNodeVisitor = {
visitNode: function(node, e, parser, currentSourceName) {
if (/@(inheritDoc)(\n|\r)/.test(e.comment)) {