diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-11-10 21:30:56 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-11-10 21:30:56 +0100 |
commit | 48c2c7125bfa954277bca36e3d79786a6511db4a (patch) | |
tree | 170094fe07ffb749987064faa4d97b9737e0a4db /include/gdisp/lld | |
parent | f73c1972ba1663badeeb2237d2985795cfa012f1 (diff) | |
download | uGFX-48c2c7125bfa954277bca36e3d79786a6511db4a.tar.gz uGFX-48c2c7125bfa954277bca36e3d79786a6511db4a.tar.bz2 uGFX-48c2c7125bfa954277bca36e3d79786a6511db4a.zip |
doxygen fixes
Diffstat (limited to 'include/gdisp/lld')
-rw-r--r-- | include/gdisp/lld/gdisp_lld.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/gdisp/lld/gdisp_lld.h b/include/gdisp/lld/gdisp_lld.h index d928d83d..e48443e9 100644 --- a/include/gdisp/lld/gdisp_lld.h +++ b/include/gdisp/lld/gdisp_lld.h @@ -16,7 +16,7 @@ #ifndef _GDISP_LLD_H #define _GDISP_LLD_H -#if GFX_USE_GDISP || defined(__DOXYGEN__) +#if GFX_USE_GDISP // || defined(__DOXYGEN__) /*===========================================================================*/ /* Error checks. */ @@ -277,8 +277,9 @@ struct GDisplay { * @pre GDISP_HARDWARE_STREAM_WRITE is TRUE * * @param[in] g The driver structure - * @param[in] g->p.x,g->p.y The window position - * @param[in] g->p.cx,g->p.cy The window size + * + * @note g->p.x,g->p.y The window position + * @note g->p.cx,g->p.cy The window size * * @note The parameter variables must not be altered by the driver. * @note Streaming operations that wrap the defined window have @@ -292,8 +293,8 @@ struct GDisplay { * @pre GDISP_HARDWARE_STREAM_WRITE is TRUE * * @param[in] g The driver structure - * @param[in] g->p.color The color to display at the curent position * + * @note g->p.color The color to display at the curent position * @note The parameter variables must not be altered by the driver. */ LLDSPEC void gdisp_lld_write_color(GDisplay *g); |