From ae47126e8578b3d282b866a23f50702ecb34697a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 28 Mar 2019 14:39:26 +0800 Subject: [PATCH] docs/Roo.docs.template.js --- docs/Roo.docs.template.js | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) 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.. -- 2.39.2