CodeDoc/Data/Method.php
[PHP_CodeDoc] / CodeDoc / Data / Method.php
index af9938e..9d63b56 100644 (file)
@@ -113,7 +113,7 @@ class PHP_CodeDoc_Data_Method extends PHP_CodeDoc_Data {
                     'stype' => 'function',
                     '|xns' => 'Roo.doc',
                     'xtype' => 'Entry',
-                   
+                    
                     'items' => array(
                         array(
                             'name' => $this->name ,
@@ -149,11 +149,13 @@ class PHP_CodeDoc_Data_Method extends PHP_CodeDoc_Data {
                             '|xns' => 'Roo.doc',
                             'xtype' => 'Section',
                         ),
+                        /* -- fixme - needs to read from an example file..
                         array(
                             'stype' => 'example',
                             '|xns' => 'Roo.doc',
                             'xtype' => 'Section',
                         )
+                        */
                     )   
                 )
             )