docs_generate_api
Generate API documentation directly from source code comments (JSDoc, docstrings) for TypeScript, Python, Go, and more. Specify project path, output path, and language to produce structured docs.
Instructions
Generate API documentation from code (JSDoc, Docstrings, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Programming language | |
| outputPath | Yes | Output path for API documentation | |
| projectPath | Yes | Path to the project source code |