src/jsdoc/Walker.vala
authorAlan Knowles <alan@roojs.com>
Wed, 9 Jan 2019 08:52:02 +0000 (16:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Jan 2019 08:52:02 +0000 (16:52 +0800)
src/jsdoc/Walker.vala

index 90ae8f3..f84e923 100644 (file)
@@ -444,19 +444,7 @@ namespace JSDOC {
 
                         this.currentDoc = null;
                         
-                        if (/\/.prototype$/.match(token.data)) {
-                               scopeName = token.data;
-                                   var fnScope =  new Scope(this.braceNesting, scope, token.id, // was token.n?
-                                                       scopeName,null
-                                               ); 
-                                   this.indexedScopes.set(this.ts.cursor,  fnScope);
-                                   scope = fnScope;
-                                   this.scopesIn(fnScope);
-                                    locBraceNest++;
-                               //print(">>" +locBraceNest);
                         
-                               continue; // no more processing..
-                        }