get_doc_coverage
Check which jcodemunch symbols have matching documentation in a doc index. Reports documented vs undocumented symbols to identify gaps in documentation coverage.
Instructions
Check which jcodemunch symbols have matching documentation in this doc index. Given a list of jcodemunch symbol IDs, reports which symbols are mentioned in section titles (documented) vs absent (undocumented). Bridges jcodemunch <-> jdocmunch. symbol_ids capped at 200. Output: {documented, undocumented, coverage_pct}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Doc repo identifier (owner/repo or just repo name) | |
| symbol_ids | Yes | List of jcodemunch symbol IDs to check coverage for |