This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Markdown template plugin for doxdox.
15
15
16
16
##### Parameters
17
17
18
- | Name | Type | Description | |
19
- | ---- | ---- | ----------- | - |
18
+ | Name | Type | Description | |
19
+ | ---- | ---- | ----------- | -------- |
20
20
| data | ` Array ` | Methods parsed using a doxdox parser. |   ; |
21
21
22
22
Original file line number Diff line number Diff line change 24
24
25
25
##### Parameters
26
26
27
- | Name | Type | Description | |
28
- | ---- | ---- | ----------- | - |
27
+ | Name | Type | Description | |
28
+ | ---- | ---- | ----------- | -------- |
29
29
{{ #each tags.param }}
30
30
| {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
31
31
{{ /each }}
36
36
37
37
##### Properties
38
38
39
- | Name | Type | Description | |
40
- | ---- | ---- | ----------- | - |
39
+ | Name | Type | Description | |
40
+ | ---- | ---- | ----------- | -------- |
41
41
{{ #each tags.param }}
42
42
| {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
43
43
{{ /each }}
You can’t perform that action at this time.
0 commit comments