JSDOC/Scope.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:27:46 +0000 (12:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:27:46 +0000 (12:27 +0800)
JSDOC/Scope.js

index 2161c97..20cdbb0 100644 (file)
@@ -1,14 +1,17 @@
 //<Script type="text/javascript">
 
+
+Identifier = imports.Identifier.Identifier
+XObject = imports.XObject.XObject; 
+
+
 /**
 * Scope stuff
-* 
+* @scope JSDOC
+* @class Scope;
 * // FIXME - I need this to do next() without doccomments..
 */
 
-Identifier = imports.Identifier.Identifier
-XObject = imports.XObject.XObject; 
-
 
 function Scope(braceN, parent, startTokN, lastIdent, token)
 {