Skip to content

Commit 7883e44

Browse files
committed
docs: generate docs
1 parent 7083a84 commit 7883e44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4496,6 +4496,17 @@ function quux () {
44964496
return;
44974497
}
44984498
// Settings: {"jsdoc":{"forceRequireReturn":true}}
4499+
4500+
/** foo class */
4501+
class foo {
4502+
/** foo constructor */
4503+
constructor () {
4504+
// =>
4505+
this.bar = true;
4506+
}
4507+
}
4508+
4509+
export default foo;
44994510
````
45004511

45014512

0 commit comments

Comments
 (0)