docs: Add Rustdoc for pages.rs structs and functions
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
6
PLAN.md
6
PLAN.md
@@ -13,9 +13,9 @@ Private helpers (e.g., internal `fn` without `pub`) are not flagged, as they don
|
||||
### Files with Incomplete Rustdoc
|
||||
|
||||
1. **src/modes/server/pages.rs** [DONE]
|
||||
- `ListQueryParams` struct: Missing doc comment entirely.
|
||||
- `default_sort()` and `default_count()` functions: No doc comments.
|
||||
- `add_routes()` function: Partial doc (missing examples or errors).
|
||||
- `ListQueryParams` struct: [DONE]
|
||||
- `default_sort()` and `default_count()` functions: [DONE]
|
||||
- `add_routes()` function: [DONE]
|
||||
- `list_items()` function: No doc comment.
|
||||
- `build_item_list()` function: No doc comment.
|
||||
- `style_css()` function: No doc comment.
|
||||
|
||||
Reference in New Issue
Block a user