JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:45:41 +0000 (22:45 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:45:41 +0000 (22:45 +0800)
JSDOC/Walker2.js

index db484bf..25cb89c 100644 (file)
@@ -161,7 +161,7 @@ Walker2 = XObject.define(
                 if (token.is('WHIT')) {
                       
                  
                 if (token.is('WHIT')) {
                       
                  
-                    if (!token._isDoc) {
+                    if (!token.name != 'JSDOC') {
                         continue; //skip.
                     }
                     if (this.currentDoc) {
                         continue; //skip.
                     }
                     if (this.currentDoc) {