JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / 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) {