JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:11:59 +0000 (13:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:11:59 +0000 (13:11 +0800)
JSDOC/ScopeParser.js

index b8160fc..171e3cb 100644 (file)
@@ -6,6 +6,19 @@ Scope = imports['JSDOC/Scope.js'].Scope;
 * Scope stuff
 * 
 * // FIXME - I need this to do next() without doccomments..
+* 
+* 
+* 
+* Need to make this alot simpler...
+* 
+* so debugging is possible.
+* 
+* 
+* 
+* 
+* 
+* 
+* 
 */
 
 ScopeParser = function(ts) {