JSDOC/Parser.js
[gnome.introspection-doc-generator] / JSDOC / Parser.js
index a2dcb84..39d503d 100644 (file)
@@ -128,7 +128,7 @@ const Parser = {
        
        addSymbol: function(symbol) 
     {
-         //print("PARSER addSYMBOL : " + symbol.alias);
+        print("PARSER addSYMBOL : " + symbol.alias);
         
                // if a symbol alias is documented more than once the last one with the user docs wins
                if (this.symbols.hasSymbol(symbol.alias)) {