aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/ansicolor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/ansicolor.hh')
-rw-r--r--src/libutil/ansicolor.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libutil/ansicolor.hh b/src/libutil/ansicolor.hh
index 38305e71c..86becafa6 100644
--- a/src/libutil/ansicolor.hh
+++ b/src/libutil/ansicolor.hh
@@ -1,8 +1,12 @@
#pragma once
+/**
+ * @file
+ *
+ * @brief Some ANSI escape sequences.
+ */
namespace nix {
-/* Some ANSI escape sequences. */
#define ANSI_NORMAL "\e[0m"
#define ANSI_BOLD "\e[1m"
#define ANSI_FAINT "\e[2m"