Skip to content
Snippets Groups Projects
Commit c5c7ad08 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

adds event documentation

parent 3d93c7c7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !202. Comments created here will be created in the context of that merge request.
This diff is collapsed.
...@@ -15,6 +15,7 @@ There are **{{event_counter}}** events from **{{ pallets | length }}** pallets. ...@@ -15,6 +15,7 @@ There are **{{event_counter}}** events from **{{ pallets | length }}** pallets.
{{ param.name }}{% if loop.last != true %}, {% endif %} {{ param.name }}{% if loop.last != true %}, {% endif %}
{%- endfor -%} {%- endfor -%}
)</code> - {{ event.index }}</summary> )</code> - {{ event.index }}</summary>
{{ event.documentation }}
```rust ```rust
{% for param in event.params -%} {% for param in event.params -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment