JSDOC/RooFile.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 04:50:16 +0000 (12:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 23 Aug 2011 04:50:16 +0000 (12:50 +0800)
JSDOC/RooFile.js

index 955751b..bff3ba4 100644 (file)
@@ -13,6 +13,13 @@ Collapse = imports.Collapse.Collapse;
  *
  *  - Pman.Tab.* appears to work.
  * .. next up ..Dialog...
+ *
+ *
+ *
+ * Current issues:
+ *  - xtype is combined on generated files. (not xns + xtype)
+ *  - listeners are prefixed with '|' ... 
+ *
  * 
  */
 
@@ -58,7 +65,12 @@ RooFile  =  XObject.define(
             
             
             
-            // perfect for dialogs...
+            
+            
+            
+            
+            
+            // perfect for dialogs... - is this our 'generic, non-pman code?'
             
             
             var pos = this.lookFor( 'function');
@@ -487,7 +499,9 @@ RooFile  =  XObject.define(
           
         },
         
-        
+        /**
+         * convert a function call token array back into a string
+         */
         expand: function(ar)
         {
             var ret = '';
@@ -501,6 +515,11 @@ RooFile  =  XObject.define(
             
             
         },
+        
+        /***
+         * change the indentation on a function 
+         *
+         */
         clean_body : function(str)
         {
             var lns = str.split("\n");