contract.hbs 758 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {{#linkable}}
  2. :{{name}}: pass:normal[xref:#{{anchor}}[`{{name}}`]]
  3. {{/linkable}}
  4. [[{{anchor}}]]
  5. == `{{name}}`
  6. {{natspec.devdoc}}
  7. {{#inheritance}}
  8. {{#ownModifiers}}
  9. - xref:#{{anchor}}[{{signature}}]
  10. {{/ownModifiers}}
  11. {{/inheritance}}
  12. {{#inheritance}}
  13. {{#ownFunctions}}
  14. - xref:#{{anchor}}[{{signature}}]
  15. {{/ownFunctions}}
  16. {{/inheritance}}
  17. {{#inheritance}}
  18. {{#ownEvents}}
  19. - xref:#{{anchor}}[{{signature}}]
  20. {{/ownEvents}}
  21. {{/inheritance}}
  22. {{#ownModifiers}}
  23. [[{{anchor}}]]
  24. === {{name}}({{args}})
  25. {{natspec.devdoc}}
  26. {{/ownModifiers}}
  27. {{#ownFunctions}}
  28. [[{{anchor}}]]
  29. === {{name}}({{args}}){{#if outputs}} → {{outputs}}{{/if}}
  30. {{natspec.devdoc}}
  31. {{/ownFunctions}}
  32. {{#ownEvents}}
  33. [[{{anchor}}]]
  34. === {{name}}({{args}})
  35. {{natspec.devdoc}}
  36. {{/ownEvents}}