generate_api_reference
Create API reference documentation from code annotations, JSDoc, docstrings, and type definitions to maintain synchronized documentation across programming languages.
Instructions
Generate API reference documentation from code annotations, JSDoc, docstrings, and type definitions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Path to source code for API extraction | |
| output_path | No | Output path for API reference | |
| format | No | Output format | mintlify |
| include_private | No | Include private/internal APIs |