diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-03-28 20:18:03 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-03-28 20:18:03 +0100 |
commit | e9179545afc320e2404d1e2397c50cc71987bd10 (patch) | |
tree | 0e6fe26dadbaefb817812510c211b01c65d018c2 /src/gos | |
parent | 08e1b0ebc7a5b9a960994e16710465dfb67f66ee (diff) | |
download | uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.gz uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.tar.bz2 uGFX-e9179545afc320e2404d1e2397c50cc71987bd10.zip |
doxygen fixes
Diffstat (limited to 'src/gos')
-rw-r--r-- | src/gos/chibios.h | 2 | ||||
-rw-r--r-- | src/gos/linux.h | 2 | ||||
-rw-r--r-- | src/gos/osx.h | 2 | ||||
-rw-r--r-- | src/gos/raw32.h | 2 | ||||
-rw-r--r-- | src/gos/sys_defs.h | 1 | ||||
-rw-r--r-- | src/gos/win32.h | 2 |
6 files changed, 5 insertions, 6 deletions
diff --git a/src/gos/chibios.h b/src/gos/chibios.h index 1db9482e..3da247b1 100644 --- a/src/gos/chibios.h +++ b/src/gos/chibios.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/chibios.h + * @file src/gos/chibios.h * @brief GOS - Operating System Support header file for ChibiOS. */ diff --git a/src/gos/linux.h b/src/gos/linux.h index f92fc4e9..9dd054da 100644 --- a/src/gos/linux.h +++ b/src/gos/linux.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/linux.h + * @file src/gos/linux.h * @brief GOS - Operating System Support header file for LINUX. */ diff --git a/src/gos/osx.h b/src/gos/osx.h index 80b07eec..f01f4424 100644 --- a/src/gos/osx.h +++ b/src/gos/osx.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/osx.h + * @file src/gos/osx.h * @brief GOS - Operating System Support header file for Mac OS-X. */ diff --git a/src/gos/raw32.h b/src/gos/raw32.h index d4e8e548..9a4beb7f 100644 --- a/src/gos/raw32.h +++ b/src/gos/raw32.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/raw32.h + * @file src/gos/raw32.h * @brief GOS - Operating System Support header file for any 32 bit processor in bare-metal mode */ diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h index f10ddd62..0fd162dc 100644 --- a/src/gos/sys_defs.h +++ b/src/gos/sys_defs.h @@ -333,7 +333,6 @@ * @return FALSE if the wait would occur occurred otherwise TRUE * * @param[in] psem A pointer to the semaphore - * @param[in] ms The maximum time to wait for the semaphore * * @iclass * @api diff --git a/src/gos/win32.h b/src/gos/win32.h index 8a5d9025..4a198200 100644 --- a/src/gos/win32.h +++ b/src/gos/win32.h @@ -6,7 +6,7 @@ */ /** - * @file include/gos/win32.h + * @file src/gos/win32.h * @brief GOS - Operating System Support header file for WIN32. */ |