X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=cb81e379853a9e56979080ca2ac72788a5f030ef;hp=61f7c3b2cbe0fbf9041d586a972a327e0736ac00;hb=589194de7aa79bb4b68d6e40a671d6066ea41c54;hpb=803b46ab455cbff1f96efe3cce2209bbe4ca0e88 diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 61f7c3b..cb81e37 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -71,6 +71,7 @@ Walker2 = XObject.define( this.mode = 'BUILDING_SYMBOL_TREE'; this.parseScope(this.globalScope); + print(JSON.stringify(this.globalScope, null,4)); }, @@ -363,7 +364,7 @@ Walker2 = XObject.define( this.ts.nextTok(); /// , this.ts.nextTok(); // { - scopeName = fixAlias(scopeName); + scopeName = fixAlias(scopeName); var fnScope = new Scope(this.braceNesting, scope, token.n, scopeName); this.indexedScopes[this.ts.cursor] = fnScope; scope = fnScope;