We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6878c19 commit 69e1c3bCopy full SHA for 69e1c3b
share/mrdocs/addons/generator/common/partials/symbol/tranche.hbs
@@ -23,6 +23,7 @@
23
{{>symbol/members-table members=tranche.variables title="Variables"}}
24
{{>symbol/members-table members=tranche.concepts title="Concepts"}}
25
{{>symbol/members-table members=tranche.guides title=(concat (select label (concat label " ") "") "Deduction Guides")}}
26
+{{>symbol/members-table members=tranche.usings title=(concat (select label (concat label " ") "") "Using Declarations")}}
27
{{else}}
28
{{>symbol/members-table members=tranche.namespaceAliases title="Namespace Aliases"}}
29
{{>symbol/members-table members=(concat tranche.records tranche.typedefs) title=(concat (select label (concat label " ") "") "Types")}}
0 commit comments