Skip to content

Commit

Permalink
render attribute value notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed May 2, 2024
1 parent 30402c4 commit e37ecf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/registry/markdown/attribute_namespace.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

| Value | Description | Stability |
|---|---|---|
{% for espec in enum.type.members %}| `{{espec.value}}` | {{espec.brief | trim}} | {{ stability.badge(espec.stability, espec.deprecated) }} |
{% for espec in enum.type.members %}| `{{espec.value}}` | {{espec.brief | trim}}{{ notes.add(espec.note) }} | {{ stability.badge(espec.stability, espec.deprecated) }} |

{{ notes.render() }}
{% endfor %}
{% endif %}
{%- endfor -%}
Expand Down

0 comments on commit e37ecf9

Please sign in to comment.