From 56f6efb43b96b469a8049b59121964761e582ec5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 9 Sep 2016 10:40:55 +0800 Subject: [PATCH] roojs-doc.js roojs-doc-debug.js --- roojs-doc-debug.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 * -- 2.39.2