diff --git a/docs/_theme/section.hbs b/docs/_theme/section.hbs index 0bbf0c5a4e2..ef1cdd26075 100644 --- a/docs/_theme/section.hbs +++ b/docs/_theme/section.hbs @@ -16,7 +16,7 @@ <%= md(section.description) %> - <% if (section.kind === 'class') { %> + <% if (section.kind === 'class' && !section.interface) { %>
<%= signature(section, true) %>
<% } %> @@ -35,7 +35,7 @@ <% if (section.copyright) { %>
Copyright: <%- section.copyright %>
<% }%> <% if (section.since) { %>
Since: <%- section.since %>
<% }%> - <% if (section.params) { %> + <% if (section.params && !(section.kind === 'class' && section.interface)) { %>
Parameters
<% section.params.forEach(function(param) { %>