File tree 2 files changed +28
-0
lines changed
share/mrdocs/addons/generator/asciidoc/partials/symbols
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 40
40
41
41
{{/if}}
42
42
43
+ {{#if symbol.doc.tparams}}
44
+ =={{#unless is_multipage}}={{/unless}} Template Parameters
45
+
46
+ |===
47
+ | Name | Description
48
+
49
+ {{#each symbol.doc.tparams}}
50
+ | *{{name}}*
51
+ | {{description}}
52
+ {{/each}}
53
+ |===
54
+
55
+ {{/if}}
56
+
43
57
{{#if symbol.doc.params}}
44
58
=={{#unless is_multipage}}={{/unless}} Parameters
45
59
Original file line number Diff line number Diff line change 25
25
26
26
{{/if}}
27
27
28
+ {{#if symbol.doc.tparams}}
29
+ =={{#unless is_multipage}}={{/unless}} Template Parameters
30
+
31
+ |===
32
+ | Name | Description
33
+
34
+ {{#each symbol.doc.tparams}}
35
+ | *{{name}}*
36
+ | {{description}}
37
+ {{/each}}
38
+ |===
39
+
40
+ {{/if}}
41
+
28
42
{{#if symbol.doc.see}}
29
43
=={{#unless is_multipage}}={{/unless}} See Also
30
44
You can’t perform that action at this time.
0 commit comments