From f17395302f41f08c13e9f8f45cd560926d7ed71a Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 10 Jul 2017 20:05:08 -0700 Subject: [PATCH] hide parameters and properties for hidden constructors (#1397) --- templates/default/tmpl/details.tmpl | 2 +- templates/default/tmpl/method.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/tmpl/details.tmpl b/templates/default/tmpl/details.tmpl index d1ff696c..4a5bd49f 100644 --- a/templates/default/tmpl/details.tmpl +++ b/templates/default/tmpl/details.tmpl @@ -11,7 +11,7 @@ if (data.defaultvalue && (data.defaultvaluetype === 'object' || data.defaultvalu ?>
Properties:
diff --git a/templates/default/tmpl/method.tmpl b/templates/default/tmpl/method.tmpl index bb7a8ac4..718a29ed 100644 --- a/templates/default/tmpl/method.tmpl +++ b/templates/default/tmpl/method.tmpl @@ -42,7 +42,7 @@ var self = this; - +
Parameters: