-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Can you please add support for the @hideconstructor tag?
--- a/tmpl/method.tmpl
+++ b/tmpl/method.tmpl
@@ -19,3 +19,3 @@ var hasMethodSummary = (data.kind !== 'class')
-<?js if (data.kind !== 'module') { ?>
+<?js if (data.kind !== 'module' && !data.hideconstructor) { ?>
@@ -50,3 +50,3 @@ var hasMethodSummary = (data.kind !== 'class')
-<?js if (data.kind !== 'module' && data.description) { ?>
+<?js if (data.kind !== 'module' && data.description && !data.hideconstructor) { ?>
<div class="method-description">
@@ -76,3 +76,3 @@ var hasMethodSummary = (data.kind !== 'class')
-<?js if (data.params && params.length) { ?>
+<?js if (data.params && params.length && !data.hideconstructor) { ?>
<h4 class="method-heading">Parameters</h4>Thank you!
Metadata
Metadata
Assignees
Labels
No labels