Skip to content

Commit

Permalink
Version 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevils committed Nov 20, 2013
1 parent 4cec007 commit df5e763
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1,741 deletions.
2 changes: 1 addition & 1 deletion lib/jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ JsDoc.parse = function(str, loc) {
result.setLoc(loc);

var lines = str.split('\n').map(function(line) {
return line.replace(/^\s*\*/, '');
return line.replace(/^\s*\*( )?/, '');
});
var description = [];
var line = lines.shift();
Expand Down
Loading

0 comments on commit df5e763

Please sign in to comment.