123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {{#linkable}}
- :{{name}}: pass:normal[xref:#{{anchor}}[`{{name}}`]]
- {{/linkable}}
- [[{{anchor}}]]
- == `{{name}}`
- {{natspec.devdoc}}
- {{#inheritance}}
- {{#ownModifiers}}
- - xref:#{{anchor}}[{{signature}}]
- {{/ownModifiers}}
- {{/inheritance}}
- {{#inheritance}}
- {{#ownFunctions}}
- - xref:#{{anchor}}[{{signature}}]
- {{/ownFunctions}}
- {{/inheritance}}
- {{#inheritance}}
- {{#ownEvents}}
- - xref:#{{anchor}}[{{signature}}]
- {{/ownEvents}}
- {{/inheritance}}
- {{#ownModifiers}}
- [[{{anchor}}]]
- === {{name}}({{args}})
- {{natspec.devdoc}}
- {{/ownModifiers}}
- {{#ownFunctions}}
- [[{{anchor}}]]
- === {{name}}({{args}}){{#if outputs}} → {{outputs}}{{/if}}
- {{natspec.devdoc}}
- {{/ownFunctions}}
- {{#ownEvents}}
- [[{{anchor}}]]
- === {{name}}({{args}})
- {{natspec.devdoc}}
- {{/ownEvents}}
|