build(docs-infra): remove unused property table heading (#25768)

PR Close #25768
This commit is contained in:
Pete Bacon Darwin 2018-09-26 13:31:52 +01:00 committed by Alex Rickabaugh
parent d22418d417
commit 783a682a7d
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ enum {$ doc.name $} {{$ memberHelpers.renderMembers(doc) $}
</section> </section>
{% include "includes/description.html" %} {% include "includes/description.html" %}
{$ memberHelpers.renderProperties(doc.properties, 'members', 'member', 'Members', ['Member', 'Value']) $} {$ memberHelpers.renderProperties(doc.properties, 'members', 'member', 'Members', ['Member']) $}
{% endblock %} {% endblock %}

View File

@ -180,7 +180,7 @@
<thead> <thead>
<tr> <tr>
<th>{$ headings[0] or 'Property' $}</th> <th>{$ headings[0] or 'Property' $}</th>
<th>{$ headings[2] or 'Description' $}</th> <th>{$ headings[1] or 'Description' $}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>