Skip to content

Commit

Permalink
docs: generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 27, 2019
1 parent 35df873 commit a17d996
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6114,6 +6114,14 @@ function quux() {
}
// Message: Syntax error in type: foo%

/**
* @borrows #foo as bar
*/
function quux() {

}
// Message: Syntax error in type: #foo

/**
* @borrows foo as bar%
*/
Expand Down Expand Up @@ -6196,6 +6204,13 @@ function quux() {

}

/**
* @borrows foo as #bar
*/
function quux() {

}

/**
* @see foo%
*/
Expand Down

0 comments on commit a17d996

Please sign in to comment.