Skip to content

Commit 6460a1e

Browse files
committed
add headings to parameters and returns sections
1 parent c9ebac2 commit 6460a1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/themes/markdown/common.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ _{{{natspec.dev}}}_
1313
{{/if}}
1414

1515
{{#if natspec.params}}
16+
{{h 2}} Parameters
17+
1618
| Name | Type | Description |
1719
| ---- | ---- | ----------- |
1820
{{#each params}}
@@ -21,6 +23,8 @@ _{{{natspec.dev}}}_
2123
{{/if}}
2224

2325
{{#if natspec.returns}}
26+
{{h 2}} Return Values
27+
2428
| Name | Type | Description |
2529
| ---- | ---- | ----------- |
2630
{{#each returns}}

0 commit comments

Comments
 (0)