Skip to content
Snippets Groups Projects

Refac generated documentation

Merged Benjamin Gallois requested to merge 183-refac-doc into master
2 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,8 +23,7 @@ Taking {{ call.weight }} % of a block.
@@ -23,8 +23,7 @@ Taking {{ call.weight }} % of a block.
```
```
</details>
</details>
{# replace markdown sytax in documentation breaking the final result #}
See [Pallet::{{ call.name }}](./doc/{{ pallet.type_name }}/pallet/struct.Pallet.html#method.{{ call.name }} )
{{ call.documentation | replace(from="# WARNING:", to="WARNING:") | replace(from="## Complexity", to="**Complexity**") }}
{% endfor -%}
{% endfor -%}
{% endfor -%}
{% endfor -%}
Loading