veto_doc_gen
Reads a source file and generates JSDoc, TSDoc, or docstring comments for all public APIs. Returns the file with annotations added.
Instructions
Reads a source file and generates JSDoc/TSDoc/docstring comments for all public APIs. Returns the annotated file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Documentation style: 'jsdoc', 'tsdoc', 'docstring', or 'auto' (default). | |
| file_path | Yes | Absolute path to source file. |