Skip to content

Commit 714f13d

Browse files
committed
fix docs template to include only own items
1 parent 33047ff commit 714f13d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contract.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
--
6464
{{/if}}
6565

66-
{{#each modifiers}}
66+
{{#each ownModifiers}}
6767
[.contract-item]
6868
[[{{anchor}}]]
6969
==== `pass:normal[{{name}}({{> typed-variable-array args}})]` [.item-kind]#modifier#
@@ -72,7 +72,7 @@
7272

7373
{{/each}}
7474

75-
{{#each functions}}
75+
{{#each ownFunctions}}
7676
[.contract-item]
7777
[[{{anchor}}]]
7878
==== `pass:normal[{{name}}({{> typed-variable-array args}}){{#if outputs}}{{> typed-variable-array outputs}}{{/if}}]` [.item-kind]#{{visibility}}#
@@ -81,7 +81,7 @@
8181

8282
{{/each}}
8383

84-
{{#each events}}
84+
{{#each ownEvents}}
8585
[.contract-item]
8686
[[{{anchor}}]]
8787
==== `pass:normal[{{name}}({{> typed-variable-array args}})]` [.item-kind]#event#

0 commit comments

Comments
 (0)