JSDOC/Parser.js
[gnome.introspection-doc-generator] / JSDOC / Parser.js
index 29ea409..9f4dfc0 100644 (file)
@@ -83,6 +83,8 @@ Parser = {
         for (p in this.symbols._index) {
             var symbol = this.symbols.getSymbol(p);
             
+            print(JSON.stringify(symbol, null,4));
+            
             if (!symbol) continue;
             
             if (symbol.is("FILE") || symbol.is("GLOBAL")) {