JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index db484bf..3512ec2 100644 (file)
@@ -161,7 +161,7 @@ Walker2 = XObject.define(
                 if (token.is('WHIT')) {
                       
                  
-                    if (!token._isDoc) {
+                    if (!token.name != 'JSDOC') {
                         continue; //skip.
                     }
                     if (this.currentDoc) {
@@ -169,7 +169,6 @@ Walker2 = XObject.define(
                         
                         this.addSymbol('', true);
 
-                        
                         //throw "Unconsumed Doc (TOKwhitespace): " + this.currentDoc.toSource();
                     }