Skip to content

Commit

Permalink
tranches include namespace aliases
Browse files Browse the repository at this point in the history
#feat
  • Loading branch information
alandefreitas committed Jan 2, 2025
1 parent 96c42d5 commit 9662f27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
See: https://mrdocs.com/docs/mrdocs/develop/generators.html#dom_reference
--}}
{{>symbol/members-table members=tranche.namespaces title="Namespaces"}}
{{>symbol/members-table members=tranche.namespace-aliases title="Namespace Aliases"}}
{{>symbol/members-table members=(concat tranche.records tranche.types) title=(concat (select label (concat label " ") "") "Types")}}
{{>symbol/members-table members=tranche.enums title=(concat (select label (concat label " ") "") "Enums")}}
{{#if is-namespace}}
Expand Down

0 comments on commit 9662f27

Please sign in to comment.