Skip to content

Commit aa21aba

Browse files
author
Martynas Žilinskas
authored
Feature: Plugins upgrade (#16)
1 parent b682f23 commit aa21aba

29 files changed

+1553
-1350
lines changed

packages/ts-docs-gen/examples/simple/docs/api/exported-functions.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
# exported-functions
22

3-
## Foo()
3+
## Functions
4+
5+
### Foo()
46

57
```typescript
68
function Foo(): string
79
```
810

9-
### Return type
11+
**Return type**
1012

1113
string
1214

15+
----------
1316

14-
## Bar()
17+
### Bar()
1518

1619
```typescript
1720
function Bar(): string
1821
```
1922

20-
### Return type
23+
**Return type**
2124

2225
string
2326

24-

0 commit comments

Comments
 (0)