diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-03-28 20:18:03 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-03-28 20:18:03 +0100 |
commit | e9179545afc320e2404d1e2397c50cc71987bd10 (patch) | |
tree | 0e6fe26dadbaefb817812510c211b01c65d018c2 /src/gdisp | |
parent | 08e1b0ebc7a5b9a960994e16710465dfb67f66ee (diff) | |
download | uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.gz uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.bz2 uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.zip |
doxygen fixes
Diffstat (limited to 'src/gdisp')
-rw-r--r-- | src/gdisp/colors.h | 2 | ||||
-rw-r--r-- | src/gdisp/image.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gdisp/colors.h b/src/gdisp/colors.h index efd7076c..6e9a7663 100644 --- a/src/gdisp/colors.h +++ b/src/gdisp/colors.h @@ -6,7 +6,7 @@ */ /** - * @file include/gdisp/colors.h + * @file src/gdisp/colors.h * @brief GDISP color definitions header file. * * @defgroup Colors Colors diff --git a/src/gdisp/image.h b/src/gdisp/image.h index 607f1007..1bf378f1 100644 --- a/src/gdisp/image.h +++ b/src/gdisp/image.h @@ -6,7 +6,7 @@ */ /** - * @file include/gdisp/image.h + * @file src/gdisp/image.h * @brief GDISP image header file. * * @defgroup Image Image |