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.
1515
1616##### Parameters
1717
18- | Name | Type | Description | |
19- | ---- | ---- | ----------- | - |
18+ | Name | Type | Description | |
19+ | ---- | ---- | ----------- | -------- |
2020| data | ` Array ` | Methods parsed using a doxdox parser. |   ; |
2121
2222
Original file line number Diff line number Diff line change 2424
2525##### Parameters
2626
27- | Name | Type | Description | |
28- | ---- | ---- | ----------- | - |
27+ | Name | Type | Description | |
28+ | ---- | ---- | ----------- | -------- |
2929{{ #each tags.param }}
3030| {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
3131{{ /each }}
3636
3737##### Properties
3838
39- | Name | Type | Description | |
40- | ---- | ---- | ----------- | - |
39+ | Name | Type | Description | |
40+ | ---- | ---- | ----------- | -------- |
4141{{ #each tags.param }}
4242| {{ name }} | {{ #each types }} `{{ . }} ` {{ /each }} | {{{ description }}} | {{ #if isOptional }} *Optional*{{ else }} {{ /if }} |
4343{{ /each }}
You can’t perform that action at this time.
0 commit comments