aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/gdisp.h')
-rw-r--r--src/gdisp/gdisp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gdisp/gdisp.h b/src/gdisp/gdisp.h
index b096cb3d..1ff15e44 100644
--- a/src/gdisp/gdisp.h
+++ b/src/gdisp/gdisp.h
@@ -53,7 +53,7 @@ typedef struct point {
} point, point_t;
/**
- * @enum justify_t
+ * @enum justify
* @brief Type for the text justification.
*/
typedef enum justify {
@@ -63,7 +63,7 @@ typedef enum justify {
} justify_t;
/**
- * @enum fontmetric_t
+ * @enum fontmetric
* @brief Type for the font metric.
*/
typedef enum fontmetric {
@@ -111,7 +111,7 @@ typedef enum powermode {
/*
* Our black box display structure.
*/
-typedef struct GDisplay GDisplay;
+typedef struct GDisplay GDisplay;
/**
* @brief The default screen to use for the gdispXXXX calls.