JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index b9fad09..d1e14ee 100644 (file)
@@ -170,7 +170,7 @@ Walker2 = XObject.define(
                         // add it to the current scope????
                         
                         this.addSymbol('', true);
-                        print ( "Unconsumed Doc: " + token.toString())
+                        //print ( "Unconsumed Doc: " + token.toString())
                         //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource();
                     }
                     
@@ -438,8 +438,8 @@ Walker2 = XObject.define(
                         if (((this.ts.lookTok(1).data == ':' )|| (this.ts.lookTok(1).data == '=')) &&
                             (this.ts.lookTok(2).name == "FUNCTION")
                             ) {
-                                this.ts.nextTok();
-                                this.ts.nextTok();
+                               // this.ts.nextTok();
+                               // this.ts.nextTok();
                                 atype = 'FUNCTION';
                         }
                         
@@ -450,7 +450,7 @@ Walker2 = XObject.define(
                             false,
                             atype);
                         
-                        
+                        this.currentDoc = false;
                         
                         
                     }