We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33047ff commit 714f13dCopy full SHA for 714f13d
docs/contract.hbs
@@ -63,7 +63,7 @@
63
--
64
{{/if}}
65
66
-{{#each modifiers}}
+{{#each ownModifiers}}
67
[.contract-item]
68
[[{{anchor}}]]
69
==== `pass:normal[{{name}}({{> typed-variable-array args}})]` [.item-kind]#modifier#
@@ -72,7 +72,7 @@
72
73
{{/each}}
74
75
-{{#each functions}}
+{{#each ownFunctions}}
76
77
78
==== `pass:normal[{{name}}({{> typed-variable-array args}}){{#if outputs}} → {{> typed-variable-array outputs}}{{/if}}]` [.item-kind]#{{visibility}}#
@@ -81,7 +81,7 @@
81
82
83
84
-{{#each events}}
+{{#each ownEvents}}
85
86
87
==== `pass:normal[{{name}}({{> typed-variable-array args}})]` [.item-kind]#event#
0 commit comments