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 */ /** @} */ +