aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-02 20:26:06 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-02 20:26:06 +0100
commit1294824260eccfc79c449de103fbafd73d5670a3 (patch)
treef71cc0199a1a055079478607ab9d4404b0dd20c6 /include
parent397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc (diff)
downloaduGFX-1294824260eccfc79c449de103fbafd73d5670a3.tar.gz
uGFX-1294824260eccfc79c449de103fbafd73d5670a3.tar.bz2
uGFX-1294824260eccfc79c449de103fbafd73d5670a3.zip
moar doxygen fixes
Diffstat (limited to 'include')
-rw-r--r--include/gdisp_lld.h6
-rw-r--r--include/touchpad.h2
-rw-r--r--include/touchpad_lld.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/include/gdisp_lld.h b/include/gdisp_lld.h
index 6dd826d9..966a8f54 100644
--- a/include/gdisp_lld.h
+++ b/include/gdisp_lld.h
@@ -146,7 +146,7 @@
/**
* @brief Driver Control Constants
- * @detail Unsupported control codes are ignored.
+ * @details Unsupported control codes are ignored.
* @note The value parameter should always be typecast to (void *).
* @note There are some predefined and some specific to the low level driver.
* @note GDISP_CONTROL_POWER - Takes a gdisp_powermode_t
@@ -166,7 +166,7 @@
/**
* @brief Driver Query Constants
- * @detail Unsupported query codes return (void *)-1.
+ * @details Unsupported query codes return (void *)-1.
* @note There are some predefined and some specific to the low level driver.
* @note The result should be typecast the required type.
* @note GDISP_QUERY_WIDTH - Gets the width of the screen
@@ -398,7 +398,7 @@
* GDISP_PIXELFORMAT_RGB666
* GDISP_PIXELFORMAT_CUSTOM
* @note If you use GDISP_PIXELFORMAT_CUSTOM and packed bit fills
- * you need to also define @P gdispPackPixels(buf,cx,x,y,c)
+ * you need to also define @p gdispPackPixels(buf,cx,x,y,c)
* @note If you are using GDISP_HARDWARE_BITFILLS = FALSE then the pixel
* format must not be a packed format as the software blit does
* not support packed pixels
diff --git a/include/touchpad.h b/include/touchpad.h
index 1db5ac98..b6aa2589 100644
--- a/include/touchpad.h
+++ b/include/touchpad.h
@@ -22,7 +22,7 @@
* @file touchpad.h
* @brief TOUCHPAD Touchpad Driver subsystem header file.
*
- * @addgroup TOUCHPAD
+ * @addtogroup TOUCHPAD
* @{
*/
#ifndef _TOUCHPAD_H
diff --git a/include/touchpad_lld.h b/include/touchpad_lld.h
index c73591c7..ab19cd97 100644
--- a/include/touchpad_lld.h
+++ b/include/touchpad_lld.h
@@ -22,7 +22,7 @@
* @file touchpad_lld.h
* @brief TOUCHPAD Driver subsystem low level driver header.
*
- * @addgroup TOUCHPAD
+ * @addtogroup TOUCHPAD
* @{
*/