CodeDoc/Data/Method.php
authorAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 07:05:13 +0000 (15:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 07:05:13 +0000 (15:05 +0800)
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',
                                )