diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-02-23 23:48:42 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-02-23 23:48:42 -0500 |
| commit | a39ec6642ddb88d64f4e9a681f7c0c470c60ce76 (patch) | |
| tree | ad83e8e6be6dc283a563c88174be8abb2eed1057 | |
| parent | 8f98dc579af1993ec85bd849656c4835b4039dd6 (diff) | |
| download | compiler-a39ec6642ddb88d64f4e9a681f7c0c470c60ce76.tar.gz | |
[willow]: fix doxygen comment
| -rw-r--r-- | willow/include/willow/Util/Color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/willow/include/willow/Util/Color.h b/willow/include/willow/Util/Color.h index d7c7840..3f4943b 100644 --- a/willow/include/willow/Util/Color.h +++ b/willow/include/willow/Util/Color.h @@ -7,7 +7,7 @@ #include <stdint.h> #include <string_view> -/// \file Utilities for printing pretty terminal output +/// \file Color.h Utilities for printing pretty terminal output /// /// This is heavily inspired by fmtlib include/fmt/color.h |