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:
4
PLAN.md
4
PLAN.md
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user