Skip to content

Commit

Permalink
Add locus to defs
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Apr 6, 2015
1 parent 90cebeb commit bc92189
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 4 deletions.
1 change: 1 addition & 0 deletions jsdocJson2ternjsJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ function dealWithMisc (def, symbol, o) {
return true;
}
if (symbol === 'locus') {
o['!locus'] = def;
o['!doc'] = def + '\n' + (o['!doc'] || '');
return true;
}
Expand Down
Loading

0 comments on commit bc92189

Please sign in to comment.