aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-29 16:09:08 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-29 16:09:08 +1000
commitb7a89b2adaa9ee170d20a0454309ed204a6ffa39 (patch)
treeaf5539a4313ab55a94ef7989e846a25033c900af /src/gos
parent4cf198aad2120bfb2906e4f280562fe185524717 (diff)
downloaduGFX-b7a89b2adaa9ee170d20a0454309ed204a6ffa39.tar.gz
uGFX-b7a89b2adaa9ee170d20a0454309ed204a6ffa39.tar.bz2
uGFX-b7a89b2adaa9ee170d20a0454309ed204a6ffa39.zip
doxygen updates
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/gfx_freertos.h2
-rw-r--r--src/gos/gfx_win32.c2
-rw-r--r--src/gos/gfx_win32.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gos/gfx_freertos.h b/src/gos/gfx_freertos.h
index 34ef548e..57f9b8bd 100644
--- a/src/gos/gfx_freertos.h
+++ b/src/gos/gfx_freertos.h
@@ -6,7 +6,7 @@
*/
/**
- * @file src/gos/freertos.h
+ * @file src/gos/gfx_freertos.h
* @brief GOS - Operating System Support header file for FreeRTOS.
*/
diff --git a/src/gos/gfx_win32.c b/src/gos/gfx_win32.c
index ffa7fac5..5d33314f 100644
--- a/src/gos/gfx_win32.c
+++ b/src/gos/gfx_win32.c
@@ -6,7 +6,7 @@
*/
/**
- * @file src/gos/win32.c
+ * @file src/gos/gfx_win32.c
* @brief GOS Win32 Operating System support.
*/
#include "gfx.h"
diff --git a/src/gos/gfx_win32.h b/src/gos/gfx_win32.h
index 4a198200..5e924a44 100644
--- a/src/gos/gfx_win32.h
+++ b/src/gos/gfx_win32.h
@@ -6,7 +6,7 @@
*/
/**
- * @file src/gos/win32.h
+ * @file src/gos/gfx_win32.h
* @brief GOS - Operating System Support header file for WIN32.
*/