JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index 2250ae3..da6e505 100644 (file)
@@ -85,6 +85,7 @@ CompressWhite =  function (ts, packer)
                     
                     throw "could not find end lbrace!!!";
                 }
+                print('FN: '+ts.tokens[cu].toString());
                 print('F1: '+ts.lookTok(1).toString());
                 print('F2: '+ts.look(1,true).toString());