From b7a89b2adaa9ee170d20a0454309ed204a6ffa39 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 29 Sep 2014 16:09:08 +1000 Subject: doxygen updates --- src/gos/gfx_freertos.h | 2 +- src/gos/gfx_win32.c | 2 +- src/gos/gfx_win32.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gos') 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. */ -- cgit v1.2.3