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:
Andrew Phillips
2025-09-10 15:56:45 -03:00
parent e9ab630a74
commit 11ec6cf01e
2 changed files with 43 additions and 3 deletions

View File

@@ -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.