Fixing doxygen

This commit is contained in:
Joel Bodenmann 2015-08-14 15:09:41 +02:00
parent 95d34760e8
commit 898a423479

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 {