From 46a245a59abdebea94dcb5e4c8277179675b354b Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 10 Sep 2025 14:02:32 -0300 Subject: [PATCH] docs: Mark all completed items in PLAN.md for adding rustdoc Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) --- PLAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLAN.md b/PLAN.md index 0221c81..9b52120 100644 --- a/PLAN.md +++ b/PLAN.md @@ -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. - 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). - `open()` function: Good doc, but missing error examples. - `insert_item()` function: Partial (missing full error details).