docs: Add Rustdoc for modules, functions, and structs

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 12:28:47 -03:00
parent 56a0ba2519
commit 58b5c8187b
8 changed files with 69 additions and 17 deletions

View File

@@ -81,6 +81,7 @@ fn main() -> Result<(), Error> {
tags.sort();
tags.dedup();
/// Internal enum representing the parsed execution mode.
#[derive(PartialEq, Debug)]
enum KeepModes {
Unknown,