From 5b7b4c2db6718b1f0242d611439d42bf163c3d1f Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 3 Nov 2012 02:28:02 +0100 Subject: [PATCH] moar docs --- drivers/gdisp/Win32/gdisp_lld.c | 3 ++- drivers/gdisp/Win32/gdisp_lld_config.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gdisp/Win32/gdisp_lld.c b/drivers/gdisp/Win32/gdisp_lld.c index efb89e58..5cf25535 100644 --- a/drivers/gdisp/Win32/gdisp_lld.c +++ b/drivers/gdisp/Win32/gdisp_lld.c @@ -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 */ /** @} */ + diff --git a/drivers/gdisp/Win32/gdisp_lld_config.h b/drivers/gdisp/Win32/gdisp_lld_config.h index 014ebd7c..40acdc24 100644 --- a/drivers/gdisp/Win32/gdisp_lld_config.h +++ b/drivers/gdisp/Win32/gdisp_lld_config.h @@ -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 */ /** @} */ +