diff options
author | pommicket <pommicket@gmail.com> | 2023-02-28 19:39:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-28 19:39:06 -0500 |
commit | 52ba910a48a4dd2abb798c3c998ecb0e006c1895 (patch) | |
tree | 5fa4b3fb1e28ee1027aaa02a78ddf9b9bd7b59f5 /colors.h | |
parent | 5e92dac7b8ff9d60bfa3dcc69c3f77663a01aea4 (diff) |
doxygen documentation
Diffstat (limited to 'colors.h')
-rw-r--r-- | colors.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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, |