api-builder: don't show constructor if it is marked as `@internal`

This commit is contained in:
Peter Bacon Darwin 2015-11-13 11:56:44 +00:00
parent f84534a9e2
commit ec4d7b82a2
1 changed files with 1 additions and 1 deletions

View File

@ -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