X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;h=e98dbb437b038a35906b9af2f5dd721aacb8db16;hp=b5f46bece5b4f177078b458d1f229fa1869a5ea5;hb=0c86ac36a342f6b89ad2c42ca28c64fe06ae2b7f;hpb=1ce33d578f09974c3d6b5d1c1933fd683f7e1651 diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index b5f46be..e98dbb4 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -259,6 +259,7 @@ const TokenReader = XObject.define( found = "\n"; } if (this.keepWhite) { + console.log('got here?'); var last = tokens.pop(); if (last && last.name != "WHIT") { tokens.push(last);