From: Alan Knowles Date: Fri, 16 Jul 2010 02:27:42 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1573e9aaf606abd081ed4b7c06c7bddd3cbb9ccb JSDOC/Walker2.js --- diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index b36685d..ecd2764 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -170,7 +170,7 @@ Walker2 = XObject.define( // add it to the current scope???? this.addSymbol('', true); - + print ( "Unconsumed Doc (TOKwhitespace): " + token.toString()) //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource(); } @@ -249,7 +249,7 @@ Walker2 = XObject.define( // a << scope if (token.type == 'NAME') { - print("TOK(ident)"+ token.toString()); + //print("TOK(ident)"+ token.toString()); @@ -462,7 +462,7 @@ Walker2 = XObject.define( //print ("NOT NAME"); - if (token.type == "STRN") { + if (token.type == "STRN") { // THIS WILL NOT HAPPEN HERE?!!? if (this.currentDoc) { this.addSymbol(token.data.substring(1,token.data.length-1),false,'OBJECT'); @@ -472,7 +472,7 @@ Walker2 = XObject.define( // really we only have to deal with object constructs and function calls that change the scope... - if (token.name == 'FUNCTION') { + if (token.name == 'FUNCTION') { //print("GOT FUNCTION"); // see if we have an unconsumed doc...