Roo/doc/Param.js
authorAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 07:00:39 +0000 (15:00 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 07:00:39 +0000 (15:00 +0800)
Roo/doc/Param.js

index 46d8970..4d7ff85 100644 (file)
@@ -99,6 +99,9 @@ Roo.extend(Roo.doc.Param, Roo.bootstrap.Component,  {
     },
     getAutoCreateParamSection : function()
     {
+        var desc = Roo.Markdown.toHtml(this.desc)
+        
+      
         return {
                tag : 'li',
                cn : [
@@ -110,7 +113,7 @@ Roo.extend(Roo.doc.Param, Roo.bootstrap.Component,  {
                                tag: 'code',
                                html : this.type + ' ' + this.name
                            },
-                           this.desc
+                           desc
                        ]
                    }
                ]