verify_docs
Validates that documentation matches code by checking that documented methods exist and parameters are correct.
Instructions
Checks consistency between code and documentation. Verifies that all documented methods actually exist and that parameters match reality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local project. | |
| docPath | Yes | The path to the documentation file to validate. | |
| strictMode | No | Optional. Fail on warnings too (default: false). |