parent
2cfaa001e6
commit
73e207e756
@ -1,8 +1,46 @@ |
|||||||
{{>common}} |
{{>common}} |
||||||
|
|
||||||
{{#each items}} |
{{h 2}} .Contract |
||||||
|
{{name}} : {{__item_context.file.absolutePath}} |
||||||
|
|
||||||
|
{{{natspec.dev}}} |
||||||
|
|
||||||
|
{{#if modifiers}} |
||||||
|
{{s}} |
||||||
|
{{h 2}} Modifiers: |
||||||
|
{{#each modifiers}} |
||||||
{{#hsection}} |
{{#hsection}} |
||||||
{{>item}} |
{{>item}} |
||||||
{{/hsection}} |
{{/hsection}} |
||||||
|
{{/each}} |
||||||
|
{{/if}} |
||||||
|
|
||||||
|
{{#if hasfunctions}} |
||||||
|
{{s}} |
||||||
|
{{h 2}} Functions: |
||||||
|
{{#each inheritedfunctions}} |
||||||
|
{{#unless @first}} |
||||||
|
inherits {{contract.name}}: |
||||||
|
{{/unless}} |
||||||
|
{{#each functions}} |
||||||
|
{{#hsection}} |
||||||
|
{{>item}} |
||||||
|
{{/hsection}} |
||||||
|
{{/each}} |
||||||
|
{{/each}} |
||||||
|
{{/if}} |
||||||
|
|
||||||
|
{{#if hasevents}} |
||||||
|
{{s}} |
||||||
|
{{h 2}} Events: |
||||||
|
{{#each inheritance}} |
||||||
|
{{#unless @first}} |
||||||
|
inherits {{name}}: |
||||||
|
{{/unless}} |
||||||
|
{{#each events}} |
||||||
|
{{#hsection}} |
||||||
|
{{>item}} |
||||||
|
{{/hsection}} |
||||||
|
{{/each}} |
||||||
{{/each}} |
{{/each}} |
||||||
|
{{/if}} |
||||||
|
Loading…
Reference in new issue