(cherry picked from commit a3a7e6fa34e83a60da69bc7955c22470ec1c75ad)
@@ -34,6 +34,7 @@
.Functions
--
{{#each inheritedItems}}
+{{#if (or @first (ne contract.name "Context"))}}
{{#unless @first}}
[.contract-subindex-inherited]
.{{contract.name}}
@@ -42,6 +43,7 @@
* {xref-{{slug anchor~}} }[`++{{name}}({{args.names}})++`]
{{/each}}
+{{/if}}
{{/if}}