JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index 4ae5884..48396db 100644 (file)
@@ -477,16 +477,16 @@ Walker2 = XObject.define(
                     //print("GOT FUNCTION");
                     // see if we have an unconsumed doc...
                     
-                    if (this.currentDoc) {
-                            throw {
-                                name: "ArgumentError", 
-                                message: "Unhandled doc (TOKfunction)" + token.toString()
-                            };
-                            
+                    //if (this.currentDoc) {
+                     //       throw {
+                     //           name: "ArgumentError", 
+                     //           message: "Unhandled doc (TOKfunction)" + token.toString()
+                     //       };
+                     //       
                             //this.addSymbol(this.currentDoc.getTag('class')[0].name, true);
 
                             //throw "Unconsumed Doc: (TOKrbrace)" + this.currentDoc.toSource();
-                    }
+                    //}