CodeDoc/Data/Method.php
[PHP_CodeDoc] / CodeDoc / Data / Method.php
index cefa5f8..18b782e 100644 (file)
@@ -131,7 +131,7 @@ class PHP_CodeDoc_Data_Method extends PHP_CodeDoc_Data {
                             'xtype' => 'Section',
                             'items' => array(
                                 array(
-                                    'html' => $this->description->longToHTML(),
+                                    'html' => $this->description->long,
                                   '|xns' => 'Roo.doc',
                                    'xtype' => 'Para',
                                )