mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/docs/contract.hbs

48 lines
758 B

{{#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}}