JSDOC/ScopeParser.vala
authorAlan Knowles <alan@roojs.com>
Mon, 9 Nov 2015 10:09:09 +0000 (18:09 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Nov 2015 10:09:09 +0000 (18:09 +0800)
JSDOC/ScopeParser.vala

index 013db13..a53ec03 100644 (file)
@@ -932,7 +932,7 @@ namespace JSDOC {
                this.ts = new TokenStream(tar);
                this.parseScope(fnScope);
                
-           });
+           }
            
            //print(JSON.stringify(this.ts,null,4));
            //this.parseScope(fnScope);
@@ -945,7 +945,7 @@ namespace JSDOC {
            //print("ENDFN 1: " + this.ts.lookTok(1).toString());
        }
        
-       void protectScopeFromObfuscation (scope) {
+       void protectScopeFromObfuscation (Scope scope) {
                //assert scope != null;
            
            if (scope == this.globalScope) {