summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-02-28 19:39:06 -0500
committerpommicket <pommicket@gmail.com>2023-02-28 19:39:06 -0500
commit52ba910a48a4dd2abb798c3c998ecb0e006c1895 (patch)
tree5fa4b3fb1e28ee1027aaa02a78ddf9b9bd7b59f5 /colors.h
parent5e92dac7b8ff9d60bfa3dcc69c3f77663a01aea4 (diff)
doxygen documentation
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/colors.h b/colors.h
index 3d2d90f..9d82602 100644
--- a/colors.h
+++ b/colors.h
@@ -1,8 +1,12 @@
-// colors enum.
+/// \file
+/// colors enum.
#ifndef COLORS_H_
#define COLORS_H_
+/// colors enum.
+///
+/// See `ted.cfg` for what these mean.
typedef enum {
COLOR_UNKNOWN,