docs: Add Rustdoc comments for various 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 14:23:12 -03:00
parent d219f557db
commit d44f3fbb5b
5 changed files with 292 additions and 154 deletions

View File

@@ -166,7 +166,7 @@ Private helpers (e.g., internal `fn` without `pub`) are not flagged, as they don
- `ListItem` struct: No doc.
- Helper functions (`apply_color`, `apply_attribute`, `show_list_structured`): No docs.
26. **src/filter_plugin/mod.rs**
26. **src/filter_plugin/mod.rs** [DONE]
- `FilterOption` struct: Partial.
- `FilterPlugin` trait: Partial.
- `FilterChain` struct and methods: Partial.
@@ -174,7 +174,7 @@ Private helpers (e.g., internal `fn` without `pub`) are not flagged, as they don
- `parse_filter_string()` function: Partial.
- Helper functions (`create_filter_with_options`, etc.): No docs.
27. **src/services/meta_service.rs**
27. **src/services/meta_service.rs** [DONE]
- `MetaService` struct: No doc.
- Methods (`new`, `get_plugins`, `initialize_plugins`, etc.): Partial.