X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=512e7a0e66a1341c36c6a43dfc20bfe0db213164;hp=b9fad09a199d19b8736c3f48c4db39fb2f5eef61;hb=f2eae7c687f25a4a7b4977594ae92d327455fc2c;hpb=a92bc83ec6529a46bb9eb6a8463e3185da13b712 diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index b9fad09..512e7a0 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: " + token.toString()) + //print ( "Unconsumed Doc: " + token.toString()) //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource(); } @@ -740,8 +740,8 @@ Walker2 = XObject.define( addSymbol: function(lastIdent, appendIt, atype ) { - //print("Walker.addSymbol : " + lastIdent); - //print("Walker.curdoc: " + JSON.stringify(this.currentDoc, null,4)); + print("Walker.addSymbol : " + lastIdent); + print("Walker.curdoc: " + JSON.stringify(this.currentDoc, null,4)); /*if (!this.currentDoc.tags.length) {