File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
{{ #each modifiers }}
67
67
[.contract-item]
68
68
[[{{ anchor }} ]]
69
- ==== `pass:normal[{{ name }} ({{> typed-variable-array args }} )]` [.visibility ]#modifier#
69
+ ==== `pass:normal[{{ name }} ({{> typed-variable-array args }} )]` [.item-kind ]#modifier#
70
70
71
71
{{ natspec.devdoc }}
72
72
75
75
{{ #each functions }}
76
76
[.contract-item]
77
77
[[{{ anchor }} ]]
78
- ==== `pass:normal[{{ name }} ({{> typed-variable-array args }} ){{ #if outputs }} → {{> typed-variable-array outputs }} {{ /if }} ]` [.visibility ]#{{ visibility }} #
78
+ ==== `pass:normal[{{ name }} ({{> typed-variable-array args }} ){{ #if outputs }} → {{> typed-variable-array outputs }} {{ /if }} ]` [.item-kind ]#{{ visibility }} #
79
79
80
80
{{ natspec.devdoc }}
81
81
84
84
{{ #each events }}
85
85
[.contract-item]
86
86
[[{{ anchor }} ]]
87
- ==== `pass:normal[{{ name }} ({{> typed-variable-array args }} )]` [.visibility ]#event#
87
+ ==== `pass:normal[{{ name }} ({{> typed-variable-array args }} )]` [.item-kind ]#event#
88
88
89
89
{{ natspec.devdoc }}
90
90
You can’t perform that action at this time.
0 commit comments