X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=ec9d6a2c14dc3f8994d99b2c79ce960f52038852;hp=63c7eab8486b01d364199ad875313c123083c648;hb=e899ac1d0e76d02bbbbbd4a15e61e99f28dd2f6b;hpb=02d03977447b2159514ed82587d0eed83225c25d diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 63c7eab..ec9d6a2 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -438,8 +438,8 @@ Walker2 = XObject.define( if (((this.ts.lookTok(1).data == ':' )|| (this.ts.lookTok(1).data == '=')) && (this.ts.lookTok(2).name == "FUNCTION") ) { - this.ts.nextTok(); - this.ts.nextTok(); + // this.ts.nextTok(); + // this.ts.nextTok(); atype = 'FUNCTION'; } @@ -450,7 +450,7 @@ Walker2 = XObject.define( false, atype); - + this.currentDoc = false; } @@ -819,7 +819,7 @@ Walker2 = XObject.define( _s += _s.length ? '.' : ''; _s += s[i]; } - //print("FULLSCOPE: s , t : " + _s +', ' + _t); + print("FULLSCOPE: s , t : " + _s +', ' + _t); /// calc scope!! //print("ADDING SYMBOL: "+ s.join('|') +"\n"+ _s + "\n" +Script.prettyDump(this.currentDoc.toSource()));