Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 9, 2020
1 parent 30835cd commit 3140735
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7117,6 +7117,14 @@ function quux () {
}
// Message: Missing JSDoc @example declaration.
/**
*
*/
function quux () {
}
// Message: Missing JSDoc @example declaration.
/**
* @example
*/
Expand Down Expand Up @@ -7176,7 +7184,7 @@ function quux () {
class TestClass {
/**
*
*
*/
get Test() { }
}
Expand Down

0 comments on commit 3140735

Please sign in to comment.