Skip to content

Commit

Permalink
Better warning format
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogenes Brito committed Nov 1, 2011
1 parent 9859126 commit 0cf1362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docparser.js
Expand Up @@ -482,7 +482,7 @@ Y.log('param name/type/descript missing: ' + stringlog(block), 'warn', 'docparse
host.submodule = parent;
}
} else {
Y.log('found class tag with no name' + stringlog(block), 'warn', 'docparser');
Y.log('class tag has no name: ' + stringlog(block), 'warn', 'docparser');
}
return host;
},
Expand Down

0 comments on commit 0cf1362

Please sign in to comment.