Roo/doc/Param.js
[roojs1] / roojs-doc-debug.js
index 9df36f4..714718f 100644 (file)
@@ -285,9 +285,13 @@ Roo.extend(Roo.doc.Param, Roo.bootstrap.Component,  {
                 this.is_optional ? '[' : '',
                 this.type,
                 ' ',
-                this.name,
+                {
+                    tag : 'b',
+                    html : this.name
+                },
                 this.defaultvalue == '' ? '' : ' = ',
                 this.defaultvalue,
+                this.is_optional ? ']' : '',
                 ',' // not really.. but let's do it anyway...
             ]
         };