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:
2
PLAN.md
2
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.
|
- `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).
|
||||||
|
|||||||
Reference in New Issue
Block a user