JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 111bbc5..a69d15d 100644 (file)
@@ -907,7 +907,7 @@ ScopeParser.prototype = {
         for (var argpos =0; argpos < args.length; argpos++) {
              
             token = args[argpos][0];
-           // print ("FUNC ARGS: " + token.toString())
+            print ("FUNC ARGS: " + token.toString())
             //assert token.getType() == Token.NAME ||
             //        token.getType() == Token.COMMA;
             if (token.type == 'NAME' && this.mode == 'BUILDING_SYMBOL_TREE') {
@@ -917,7 +917,7 @@ ScopeParser.prototype = {
                     // Exception for Prototype 1.6...
                     identifier.preventMunging();
                 }
-                argpos++;
+                //argpos++;
             }
         }