X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.vala;h=73072b3b26ba3fab91477bfe1ec13eebd0dfb99e;hp=471cfad00ccf1b90472c743334cfb17abfe73242;hb=31d28316cd733f90ea9cb904f34f1886998ee863;hpb=a2a7dc8ee54643b9d34963b1645e903fdde86978 diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index 471cfad..73072b3 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -956,9 +956,10 @@ namespace JSDOC { scope.preventMunging(); }, - string getIdentifier(string symbol, Scope scope, Token token) + string getIdentifier(string symbol, Scope in_scope, Token token) { string identifier; + var scope in_scope; while (scope != null) { identifier = scope.getIdentifier(symbol, token); //println("ScopeParser.getIdentgetUsedSymbols("+symbol+")=" + scope.getUsedSymbols().join(','));