Skip to content

Commit

Permalink
docs: generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 7, 2018
1 parent dcb7e5e commit 347e795
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -864,14 +864,14 @@ import {MyType} from 'my-library';
* @param {hello} foo
*/
function quux(foo) {

}

/**
* @param {Array<syntaxError} foo
*/
function quux(foo) {

}
```

Expand Down Expand Up @@ -1059,11 +1059,11 @@ function quux (foo) {
// Message: Sentence should start with an uppercase character.

/**
* lorem ipsum dolor sit amet, consectetur adipiscing elit. pellentesque elit diam,
* lorem ipsum dolor sit amet, consectetur adipiscing elit. pellentesque elit diam,
* iaculis eu dignissim sed, ultrices sed nisi. nulla at ligula auctor, consectetur neque sed,
* tincidunt nibh. vivamus sit amet vulputate ligula. vivamus interdum elementum nisl,
* vitae rutrum tortor semper ut. morbi porta ante vitae dictum fermentum.
* proin ut nulla at quam convallis gravida in id elit. sed dolor mauris, blandit quis ante at,
* proin ut nulla at quam convallis gravida in id elit. sed dolor mauris, blandit quis ante at,
* consequat auctor magna. duis pharetra purus in porttitor mollis.
*/
function longDescription (foo) {
Expand Down Expand Up @@ -1097,7 +1097,7 @@ function quux (foo) {

/**
* Returns bar.
*
*
* @return {number} bar
*/
function quux (foo) {
Expand Down Expand Up @@ -1178,9 +1178,9 @@ function quux () {

/**
* Foo?
*
*
* Bar!
*
*
* Baz:
* 1. Foo.
* 2. Bar.
Expand All @@ -1195,6 +1195,13 @@ function quux () {
*/
function quux () {

}

/**
* Hello: world.
*/
function quux () {

}
```

Expand Down Expand Up @@ -1685,7 +1692,7 @@ function quux() {
* @param foo
*/
function quux() {

}
```

Expand Down

0 comments on commit 347e795

Please sign in to comment.