moar docs

ugfx_release_2.6
Joel Bodenmann 2012-11-03 02:28:02 +01:00
parent 3c5c736183
commit 5b7b4c2db6
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*/
/**
* @file Win32/gdisp_lld.c
* @file drivers/gdisp/Win32/gdisp_lld.c
* @brief GDISP Graphics Driver subsystem low level driver source for Win32.
*
* @addtogroup GDISP
@ -443,3 +443,4 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
#endif /* GFX_USE_GDISP */
/** @} */

View File

@ -19,7 +19,7 @@
*/
/**
* @file Win32/gdisp_lld_config.h
* @file drivers/gdisp/Win32/gdisp_lld_config.h
* @brief GDISP Graphic Driver subsystem low level driver header for Win32.
*
* @addtogroup GDISP
@ -50,3 +50,4 @@
#endif /* _GDISP_LLD_CONFIG_H */
/** @} */