Skip to content

Commit

Permalink
docs: generate docs (fixes #74)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 17, 2018
1 parent 6413e7d commit 83ff68f
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 16 deletions.
15 changes: 15 additions & 0 deletions .README/README.md
Expand Up @@ -124,6 +124,21 @@ Use `settings.jsdoc.additionalTagNames` to configure additional, allowed JSDoc t
}
```

### Allow `@override` Without Accompanying `@param` Tags

Use `settings.jsdoc.allowOverrideWithoutParam` to indicate whether the `@override` tag can be used without accompanying `@param` tag(s). The default value is `false`. The format of the configuration is as follows:

```json
{
"rules": {},
"settings": {
"jsdoc": {
"allowOverrideWithoutParam": true
}
}
}
```

## Rules

{"gitdown": "include", "file": "./rules/check-param-names.md"}
Expand Down

0 comments on commit 83ff68f

Please sign in to comment.