X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=3d44c3465015e5df636df6619e5731be3621603f;hb=cf19a51fbc45888394a0854c4cc8abc5015c9063;hp=528491e70181e6ddaf50ddd2d9985fc5dc205930;hpb=1ba14822d918e3be7b5f0068f37a00b2eccfcfef;p=gnome.introspection-doc-generator diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 528491e..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... @@ -874,11 +862,11 @@ Walker2 = XObject.define( if (this.symbols[_s].comment.hasTags) { // then existing comment doesnt has tags - throw { - name: "ArgumentError", - message:"DUPLICATE Symbol " + _s + "\n" + token.toString() - }; - + //throw { + // name: "ArgumentError", + // message:"DUPLICATE Symbol " + _s + "\n" + token.toString() + //}; + return; } // otherwise existing comment has tags - overwrite..