summaryrefslogtreecommitdiff
path: root/include/asterisk/term.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-10-24 20:12:06 +0000
committerRussell Bryant <russell@russellbryant.com>2005-10-24 20:12:06 +0000
commit3453e3efa54bd013beb4c5bfcaf05df1f10d6798 (patch)
treeb3ba750361c8145e6c629b37179fb9f1750094b4 /include/asterisk/term.h
parentc3226a226a57e71f608b1990bff4ee48c836bde0 (diff)
Doxygen documentation update from oej (issue #5505)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6847 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/term.h')
-rwxr-xr-xinclude/asterisk/term.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/asterisk/term.h b/include/asterisk/term.h
index fc0dab669..499927600 100755
--- a/include/asterisk/term.h
+++ b/include/asterisk/term.h
@@ -16,8 +16,8 @@
* at the top of the source tree.
*/
-/*
- * Handy terminal functions for vt* terms
+/*! \file
+ * \brief Handy terminal functions for vt* terms
*/
#ifndef _ASTERISK_TERM_H
@@ -29,22 +29,22 @@ extern "C" {
#define ESC 0x1b
#define ATTR_RESET 0
-#define ATTR_BRIGHT 1
+#define ATTR_BRIGHT 1
#define ATTR_DIM 2
#define ATTR_UNDER 4
#define ATTR_BLINK 5
#define ATTR_REVER 7
-#define ATTR_HIDDEN 8
+#define ATTR_HIDDEN 8
#define COLOR_BLACK 30
#define COLOR_GRAY 30 | 128
-#define COLOR_RED 31
-#define COLOR_BRRED 31 | 128
-#define COLOR_GREEN 32
+#define COLOR_RED 31
+#define COLOR_BRRED 31 | 128
+#define COLOR_GREEN 32
#define COLOR_BRGREEN 32 | 128
-#define COLOR_BROWN 33
+#define COLOR_BROWN 33
#define COLOR_YELLOW 33 | 128
-#define COLOR_BLUE 34
+#define COLOR_BLUE 34
#define COLOR_BRBLUE 34 | 128
#define COLOR_MAGENTA 35
#define COLOR_BRMAGENTA 35 | 128