diff options
| author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-08-14 15:09:41 +0200 |
|---|---|---|
| committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-08-14 15:09:41 +0200 |
| commit | 898a42347957ae5f1205ff6543428d77811ea350 (patch) | |
| tree | 9c181adf3e8b86b3d63a911558ab0350ae479818 | |
| parent | 95d34760e82fa4ce5f13f6d0f25a0a7ce28c2862 (diff) | |
| download | uGFX-898a42347957ae5f1205ff6543428d77811ea350.tar.gz uGFX-898a42347957ae5f1205ff6543428d77811ea350.tar.bz2 uGFX-898a42347957ae5f1205ff6543428d77811ea350.zip | |
Fixing doxygen
| -rw-r--r-- | src/gdisp/gdisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp/gdisp.h b/src/gdisp/gdisp.h index 4513f3f7..1bc1c445 100644 --- a/src/gdisp/gdisp.h +++ b/src/gdisp/gdisp.h @@ -53,7 +53,7 @@ typedef struct point { } point, point_t; /** - * @enum justify + * @enum justify_t * @brief Type for the text justification. */ typedef enum justify { @@ -63,7 +63,7 @@ typedef enum justify { } justify_t; /** - * @enum fontmetric + * @enum fontmetric_t * @brief Type for the font metric. */ typedef enum fontmetric { |
