Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmp42 committed Mar 31, 2014
1 parent 5e607ca commit 7331075
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
// Validator XXX
global.env.conf = global.env.conf || {};
global.env.conf.tags = informations.tags;
global.app = {
jsdoc: {
name: require('jsdoc/lib/jsdoc/name')
}
};

if(!informations.longname)
informations.longname = informations.kind + ':' + informations.name;
Expand Down

0 comments on commit 7331075

Please sign in to comment.