aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-09-28 23:02:44 +0200
committerJoel Bodenmann <joel@unormal.org>2014-09-28 23:02:44 +0200
commit8d7bbe7e45e47e24074676ca996c0b744b14c959 (patch)
tree952d3d8baaff65bd6ff4802acd43998a50340325 /src/gos
parent7cceda585defd3fd1ea1802095660c16d3a4ece2 (diff)
downloaduGFX-8d7bbe7e45e47e24074676ca996c0b744b14c959.tar.gz
uGFX-8d7bbe7e45e47e24074676ca996c0b744b14c959.tar.bz2
uGFX-8d7bbe7e45e47e24074676ca996c0b744b14c959.zip
some doxygen fixes (more coming)
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.
*/