Skip to content

Commit

Permalink
fix docs template to include only own items
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Nov 15, 2019
1 parent 33047ff commit 714f13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contract.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
--
{{/if}}

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

{{/each}}

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

{{/each}}

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

0 comments on commit 714f13d

Please sign in to comment.