File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11---
2- description: {{@if (it.title)}}{{it.title}}{{/if}}
2+ description: {{@if(it.title)}}{{it.title}}{{#else}}{{it.name }}{{/if}}
33
44---
55
66{{@if (it.name)}}# {{it.name}}.sol{{/if}}
77
8+ > [Read code on GitHub](https://github.com/primitivefinance/rmm-manager/tree/develop/contracts{{it.path}}/{{it.name}}.sol)
89
910{{@if (it.notice)}}{{it.notice}}{{/if}}
1011
@@ -21,7 +22,7 @@ description: {{@if (it.title)}}{{it.title}}{{/if}}
2122## Methods
2223
2324{{@foreach(it.methods) => key, val}}
24- ### {{key}}
25+ ### {{key.split('(')[0] }}
2526
2627
2728{{@if (val.notice)}}{{val.notice}}{{/if}}
@@ -47,8 +48,7 @@ description: {{@if (it.title)}}{{it.title}}{{/if}}
4748| Name | Type | Description |
4849|---|---|---|
4950{{@foreach(val.inputs) => key, val}}
50- | {{key}} | {{val.type}} | {{val.description}}
51-
51+ | {{key}} | {{val.type}} | {{val.description}} |
5252{{/foreach}}
5353{{/if}}
5454
@@ -58,8 +58,7 @@ description: {{@if (it.title)}}{{it.title}}{{/if}}
5858| Name | Type | Description |
5959|---|---|---|
6060{{@foreach(val.outputs) => key, val}}
61- | {{key}} | {{val.type}} | {{val.description}}
62-
61+ | {{key}} | {{val.type}} | {{val.description}} |
6362{{/foreach}}
6463
6564{{/if}}
You can’t perform that action at this time.
0 commit comments