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