From ef813f44d3c10aac784f9adc7ce66509d1f31d7e Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 16 Aug 2015 00:42:22 +0200 Subject: Improving doxygen --- src/gdisp/gdisp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gdisp') 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. -- cgit v1.2.3