JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 9681925..a04cfea 100644 (file)
@@ -847,6 +847,7 @@ ScopeParser.prototype = {
         this.braceNesting++;
 
         token = this.ts.nextTok();
+        print(token.toString());
         if (token.type == "STRN" && this.ts.lookTok(1).data == ';') {
             /*