api-builder: don't show constructor if it is marked as @internal
This commit is contained in:
parent
f84534a9e2
commit
ec4d7b82a2
@ -40,7 +40,7 @@ p.location-badge.
|
||||
.l-main-section
|
||||
h2 Members
|
||||
|
||||
{%- if doc.constructorDoc %}
|
||||
{%- if doc.constructorDoc and not doc.constructorDoc.internal %}
|
||||
.l-sub-section
|
||||
h3#{$ doc.constructorDoc.name | toId $}
|
||||
pre.prettyprint
|
||||
|
Loading…
x
Reference in New Issue
Block a user