Compare commits
2 Commits
master
...
release-v3
| Author | SHA1 | Date | |
|---|---|---|---|
| a4fc50c501 | |||
| cddeaa226d |
@ -12,19 +12,12 @@
|
||||
|
||||
{{natspec.devdoc}}
|
||||
|
||||
{{#if modifiers}}
|
||||
{{#if ownModifiers}}
|
||||
[.contract-index]
|
||||
.Modifiers
|
||||
--
|
||||
{{#each inheritedItems}}
|
||||
{{#unless @first}}
|
||||
[.contract-subindex-inherited]
|
||||
.{{contract.name}}
|
||||
{{/unless}}
|
||||
{{#each modifiers}}
|
||||
{{#each ownModifiers}}
|
||||
* {xref-{{slug anchor~}} }[`++{{name}}({{args.names}})++`]
|
||||
{{/each}}
|
||||
|
||||
{{/each}}
|
||||
--
|
||||
{{/if}}
|
||||
@ -34,6 +27,7 @@
|
||||
.Functions
|
||||
--
|
||||
{{#each inheritedItems}}
|
||||
{{#if (or @first (ne contract.name "Context"))}}
|
||||
{{#unless @first}}
|
||||
[.contract-subindex-inherited]
|
||||
.{{contract.name}}
|
||||
@ -42,6 +36,7 @@
|
||||
* {xref-{{slug anchor~}} }[`++{{name}}({{args.names}})++`]
|
||||
{{/each}}
|
||||
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
--
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user