X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=3d44c3465015e5df636df6619e5731be3621603f;hb=cf19a51fbc45888394a0854c4cc8abc5015c9063;hp=a92a4d4d74635fab846d4c64a8f3b72c5394a971;hpb=6bcaf34996495d73a6f09fd18735934e6fac7be2;p=gnome.introspection-doc-generator diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index a92a4d4..3d44c34 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -170,11 +170,11 @@ Walker2 = XObject.define( // add it to the current scope???? this.addSymbol('', true); - + print ( "Unconsumed Doc: " + token.toString()) //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource(); } - + print ( "NEW COMMENT: " + token.toString()) var newDoc = new DocComment(token.data); // it's a scope changer.. @@ -421,19 +421,7 @@ Walker2 = XObject.define( } - - - - - - - - - - - - - + @@ -474,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'); @@ -484,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...