moar docs

This commit is contained in:
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. * @brief GDISP Graphics Driver subsystem low level driver source for Win32.
* *
* @addtogroup GDISP * @addtogroup GDISP
@ -443,3 +443,4 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
#endif /* GFX_USE_GDISP */ #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. * @brief GDISP Graphic Driver subsystem low level driver header for Win32.
* *
* @addtogroup GDISP * @addtogroup GDISP
@ -50,3 +50,4 @@
#endif /* _GDISP_LLD_CONFIG_H */ #endif /* _GDISP_LLD_CONFIG_H */
/** @} */ /** @} */