sync fixes
[app.jsdoc] / JSDOC / ScopeParser.js
index 84f8c43..23753dd 100644 (file)
@@ -3,12 +3,11 @@
 Scope = imports.Scope.Scope;
 TokenStream = imports.TokenStream.TokenStream;
 /**
-* This code now uses the collapsed tree
-* Used by packer to determine scope
+* This is the code that determines scope variables for the minifier.
+* it uses a collapsed tree.
 * 
 * @class ScopeParser
-* @scope JSDOC 
-* 
+* @scope JSDOC
 * 
 */