JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:29:03 +0000 (16:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:29:03 +0000 (16:29 +0800)
JSDOC/ScopeParser.js

index 237f6b6..45943b4 100644 (file)
@@ -641,7 +641,7 @@ ScopeParser.prototype = {
                                     // key value..
                                     
                                     this.ts = new TokenStream(token.props[prop].val);
                                     // key value..
                                     
                                     this.ts = new TokenStream(token.props[prop].val);
-                                    this.parseScope(currentScope);
+                                    this.parseScope(false);
                                     
                                 }
                                 this.ts = curTS;
                                     
                                 }
                                 this.ts = curTS;