jsdoc
Verify code documentation consistency and type correctness. Generate missing comments for functions to keep docs accurate.
Instructions
JSDoc operations. Actions: check_consistency|check_types|generate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | For generate: specific function name | |
| path | Yes | Path to scan | |
| files | No | For check_types: specific files | |
| action | Yes | JSDoc action to perform | |
| maxDiagnostics | No | For check_types: max diagnostics (default: 50) |