From 1294824260eccfc79c449de103fbafd73d5670a3 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 2 Nov 2012 20:26:06 +0100 Subject: moar doxygen fixes --- include/gdisp_lld.h | 6 +++--- include/touchpad.h | 2 +- include/touchpad_lld.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include') 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 * @{ */ -- cgit v1.2.3