From 397b5074e8a8fae3dbfa52dd0ce62e4ccb2908dc Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 2 Nov 2012 09:33:56 +0100 Subject: docs --- templates/gdispXXXXX/gdisp_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/gdispXXXXX/gdisp_lld.c') diff --git a/templates/gdispXXXXX/gdisp_lld.c b/templates/gdispXXXXX/gdisp_lld.c index 5aa10f2d..09912d9f 100644 --- a/templates/gdispXXXXX/gdisp_lld.c +++ b/templates/gdispXXXXX/gdisp_lld.c @@ -507,7 +507,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) { #if (GDISP_NEED_QUERY && GDISP_HARDWARE_QUERY) || defined(__DOXYGEN__) /** * @brief Query a driver value. - * @detail Typecase the result to the type you want. + * @details Typecase the result to the type you want. * @note GDISP_QUERY_WIDTH - (coord_t) Gets the width of the screen * GDISP_QUERY_HEIGHT - (coord_t) Gets the height of the screen * GDISP_QUERY_POWER - (gdisp_powermode_t) Get the current powermode -- cgit v1.2.3