docs: Mark all completed items in PLAN.md for adding rustdoc

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 14:02:32 -03:00
parent 7e4b138b39
commit 46a245a59a

View File

@@ -23,7 +23,7 @@ Private helpers (e.g., internal `fn` without `pub`) are not flagged, as they don
- `build_item_details()` function: No doc comment. - `build_item_details()` function: No doc comment.
- Overall: The file has some inline comments but lacks comprehensive rustdoc for the public API. - Overall: The file has some inline comments but lacks comprehensive rustdoc for the public API.
2. **src/db.rs** [DONE - first 10 items] 2. **src/db.rs** [DONE]
- `Item`, `Tag`, and `Meta` structs: Partial docs (fields documented, but missing overall struct description or examples). - `Item`, `Tag`, and `Meta` structs: Partial docs (fields documented, but missing overall struct description or examples).
- `open()` function: Good doc, but missing error examples. - `open()` function: Good doc, but missing error examples.
- `insert_item()` function: Partial (missing full error details). - `insert_item()` function: Partial (missing full error details).