generate_docs
Create documentation for code files and folders, supporting jsdoc, readme, API, and usage examples formats to improve code understanding and maintenance.
Instructions
Generate docs (jsdoc/readme/api/examples) for a file or folder.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory to document | |
| docType | No | Documentation type (default: jsdoc) |