-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martynas Žilinskas
authored
Jan 4, 2018
1 parent
b682f23
commit aa21aba
Showing
29 changed files
with
1,553 additions
and
1,350 deletions.
There are no files selected for viewing
12 changes: 7 additions & 5 deletions
12
packages/ts-docs-gen/examples/simple/docs/api/exported-functions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
# exported-functions | ||
|
||
## Foo() | ||
## Functions | ||
|
||
### Foo() | ||
|
||
```typescript | ||
function Foo(): string | ||
``` | ||
|
||
### Return type | ||
**Return type** | ||
|
||
string | ||
|
||
---------- | ||
|
||
## Bar() | ||
### Bar() | ||
|
||
```typescript | ||
function Bar(): string | ||
``` | ||
|
||
### Return type | ||
**Return type** | ||
|
||
string | ||
|
||
|
Oops, something went wrong.