parent
2de6460c88
commit
57a220ce37
@ -1,8 +1,46 @@ |
||||
{{>common}} |
||||
|
||||
{{#each items}} |
||||
{{h 2}} .Contract |
||||
{{name}} : {{__item_context.file.absolutePath}} |
||||
|
||||
{{{natspec.dev}}} |
||||
|
||||
{{#if modifiers}} |
||||
{{s}} |
||||
{{h 2}} Modifiers: |
||||
{{#each modifiers}} |
||||
{{#hsection}} |
||||
{{>item}} |
||||
{{/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}} |
||||
{{/if}} |
||||
|
Loading…
Reference in new issue