JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Walker2.js
index db484bf..25cb89c 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) {