aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-11-03 02:28:02 +0100
committerJoel Bodenmann <joel@unormal.org>2012-11-03 02:28:02 +0100
commit5b7b4c2db6718b1f0242d611439d42bf163c3d1f (patch)
tree855a1d895b0353c1acf611af10a416d34fb072b2 /drivers
parent3c5c7361837c6a27257355312bde48cbfe090fb8 (diff)
downloaduGFX-5b7b4c2db6718b1f0242d611439d42bf163c3d1f.tar.gz
uGFX-5b7b4c2db6718b1f0242d611439d42bf163c3d1f.tar.bz2
uGFX-5b7b4c2db6718b1f0242d611439d42bf163c3d1f.zip
moar docs
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/Win32/gdisp_lld.c3
-rw-r--r--drivers/gdisp/Win32/gdisp_lld_config.h3
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 */
/** @} */
+