Fix #2035: add missing doc comments to 16 crates (doc gaps 2026-06-03)#896
Open
AlexMikhalev wants to merge 11 commits into
Open
Fix #2035: add missing doc comments to 16 crates (doc gaps 2026-06-03)#896AlexMikhalev wants to merge 11 commits into
AlexMikhalev wants to merge 11 commits into
Conversation
…re, jmap, settings, mcp_server, rolegraph, sessions, persistence, middleware) Refs #2035
…m_rlm, terraphim_grep Refs #2035
Add /// doc comments to all public items in terraphim_service that were flagged by RUSTDOCFLAGS="-W missing-docs": modules, enum variants, struct fields, trait methods, type aliases, and builder methods. Zero warnings remain after this change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… files) Refs #2035
…Refs #2035 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…oller Refs #2035 Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
…n, quickwit, pr_review, provider_probe, and more) Refs #2035
…ngs; all 18 crates at 0 warnings Refs #2035
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds missing item-level `///` doc comments to eliminate all `RUSTDOCFLAGS="-W missing-docs"` warnings across all 18 crates listed in issue #2035.
Result: 0 warnings across all 18 crates
Approach
Verification
```bash
RUSTDOCFLAGS="-W missing-docs" cargo doc --no-deps -p 2>&1 | grep "^warning: missing"
Returns empty for all 18 crates
```
Fixes #2035 (Gitea)
🤖 Generated with Terraphim AI