Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit cdf6045

Browse files
committed
Updated template.
1 parent 31ba328 commit cdf6045

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

template.hbs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88

99
## Parameters
1010

11+
| Name | Type | Description | |
12+
| ---- | ---- | ----------- | -------- |
1113
{{#each tags.param}}
12-
- **{{name}}** {{#each types}}`{{.}}` {{/each}} {{#if isOptional}}*Optional*{{/if}} {{{description}}}
14+
| {{name}} | {{#each types}}`{{.}}` {{/each}} | {{{description}}} | {{#if isOptional}}*Optional*{{else}} {{/if}} |
1315
{{/each}}
1416

1517
{{/if}}
@@ -18,8 +20,10 @@
1820

1921
## Properties
2022

21-
{{#each tags.property}}
22-
- **{{name}}** {{#each types}}`{{.}}` {{/each}} {{#if isOptional}}*Optional*{{/if}} {{{description}}}
23+
| Name | Type | Description | |
24+
| ---- | ---- | ----------- | -------- |
25+
{{#each tags.param}}
26+
| {{name}} | {{#each types}}`{{.}}` {{/each}} | {{{description}}} | {{#if isOptional}}*Optional*{{else}} {{/if}} |
2327
{{/each}}
2428

2529
{{/if}}
@@ -41,7 +45,7 @@
4145
{{#if tags.return}}
4246

4347
{{#each tags.return}}
44-
- {{#each types}}`{{.}}` {{/each}} {{#if isOptional}}*Optional*{{/if}} {{{description}}}
48+
- {{#each types}}`{{.}}` {{/each}} {{{description}}}
4549
{{/each}}
4650

4751
{{else}}

0 commit comments

Comments
 (0)