X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FWalker2.js;h=973d61cd50e58e2a68e2d6f88d1a467d13e25337;hb=70473451e6a2dec0bc6ed4b56d7ae83652bb4259;hp=c6371330e4bcaafdf52299946b968950e7e43a6f;hpb=1fdc6b9b23f09f060df97ade0fef705ced9eb7d3;p=gnome.introspection-doc-generator diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index c637133..973d61c 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -161,7 +161,7 @@ Walker2 = XObject.define( if (token.is('WHIT')) { - if (!token._isDoc) { + if (token.name != 'JSDOC') { continue; //skip. } if (this.currentDoc) { @@ -169,7 +169,6 @@ Walker2 = XObject.define( this.addSymbol('', true); - //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource(); }