From 52ba910a48a4dd2abb798c3c998ecb0e006c1895 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 28 Feb 2023 19:39:06 -0500 Subject: doxygen documentation --- colors.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'colors.h') 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, -- cgit v1.2.3