From: Alan Knowles Date: Fri, 9 Sep 2016 02:40:55 +0000 (+0800) Subject: roojs-doc.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=56f6efb43b96b469a8049b59121964761e582ec5 roojs-doc.js roojs-doc-debug.js --- diff --git a/roojs-doc-debug.js b/roojs-doc-debug.js index d356931c03..3b144c35fc 100644 --- a/roojs-doc-debug.js +++ b/roojs-doc-debug.js @@ -9,8 +9,8 @@ Roo.doc = Roo.doc || {}; * @class Roo.doc.Entry * @extends Roo.bootstrap.Component * Entry Element class - describes a method etc... - * @name {String} name of method - * @purpose {String} short description of method. + * @cfg name {String} name of method + * @cfg purpose {String} short description of method. * * @constructor * Create a new E @@ -90,7 +90,7 @@ Roo.extend(Roo.doc.Entry, Roo.bootstrap.Component, { /** * @class Roo.doc.Example - * @extends Roo.bootstrap.Example + * @extends Roo.bootstrap.Component * Example Element class * @cfg {String} lang (phpcode|programlisting) section type. * @cfg {String} code @@ -203,9 +203,9 @@ Roo.extend(Roo.doc.Para, Roo.bootstrap.Component, { * @class Roo.doc.Param * @extends Roo.bootstrap.Component * Param Element class - * @cfg {bool} is_optional + * @cfg {bool} is_optional is the argument optional * @cfg {String} type argument type - * @cfg {String} name + * @cfg {String} name name of the parameter * @cfg {String} desc short description * @cfg {String} defaultvalue default value *