Fixing doxygen

ugfx_release_2.6
Joel Bodenmann 2015-08-14 15:09:41 +02:00
parent 95d34760e8
commit 898a423479
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ typedef struct point {
} point, point_t; } point, point_t;
/** /**
* @enum justify * @enum justify_t
* @brief Type for the text justification. * @brief Type for the text justification.
*/ */
typedef enum justify { typedef enum justify {
@ -63,7 +63,7 @@ typedef enum justify {
} justify_t; } justify_t;
/** /**
* @enum fontmetric * @enum fontmetric_t
* @brief Type for the font metric. * @brief Type for the font metric.
*/ */
typedef enum fontmetric { typedef enum fontmetric {