From: Alan Knowles Date: Thu, 28 Mar 2019 06:39:26 +0000 (+0800) Subject: docs/Roo.docs.template.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ae47126e8578b3d282b866a23f50702ecb34697a docs/Roo.docs.template.js --- diff --git a/docs/Roo.docs.template.js b/docs/Roo.docs.template.js index 02b2bd14da..a75f90efc5 100644 --- a/docs/Roo.docs.template.js +++ b/docs/Roo.docs.template.js @@ -67,7 +67,8 @@ Roo.docs.template = { if (data.name.length && !data.isBuiltin && !data.isSingleton && - !data.isStatic + !data.isStatic && + !data.isFlutter ) { data.isInherited = false; data.isConstructor = true; @@ -80,17 +81,7 @@ Roo.docs.template = { msorted.filter( function($){ - - //if (/@hide/.test($.desc)) { == not needed - done in the backend - // return false; - //} - - //if (!$.isEvent && (data.comment.getTag("instanceOf").length || data.comment.getTag("singleton").length)) { - - // not sure if we should just ignore signletons??? - //if (!data.isSingleton) { - // return true; - //} + @@ -116,7 +107,7 @@ Roo.docs.template = { return true; } - ); + ); // then dynamics..