File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{"gitdown": "contents", "rootId": "require-description"}
4
4
5
- Requires that all functions have a description.
5
+ Requires that all functions (or optionally other structures) with a JSDoc block
6
+ have a description.
6
7
7
8
* All functions must have an implicit description (e.g., text above tags) or
8
9
have the option ` descriptionStyle ` set to ` tag ` (requiring ` @description `
Original file line number Diff line number Diff line change 8
8
* [ Passing examples] ( #user-content-require-description-passing-examples )
9
9
10
10
11
- Requires that all functions have a description.
11
+ Requires that all functions (or optionally other structures) with a JSDoc block
12
+ have a description.
12
13
13
14
* All functions must have an implicit description (e.g., text above tags) or
14
15
have the option ` descriptionStyle ` set to ` tag ` (requiring ` @description `
You can’t perform that action at this time.
0 commit comments