This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via 73d97a809a2b1cc6319460864272a703e6d84654 (commit)
via 9559394c1f0a3b47c537a5ec81d84f99fc9e8534 (commit)
from e0f17b4778bfa4b45e457fc2bde1efc7a792d27e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 73d97a809a2b1cc6319460864272a703e6d84654
Merge: e0f17b4 9559394
Author: darcagn <da...@pr...>
Date: Thu Nov 23 18:42:29 2023 -0600
Merge pull request #384 from KallistiOS/doxygen_warning_fix
Fixed Thread-Related Doxygen Warnings
commit 9559394c1f0a3b47c537a5ec81d84f99fc9e8534
Author: Falco Girgis <gyr...@gm...>
Date: Thu Nov 23 01:10:20 2023 -0600
Fixed two thread-related Doxygen warnings
- 1 in kthreads: kos/thread.h
- 1 in C11 threads: threads.h
-----------------------------------------------------------------------
Summary of changes:
include/kos/thread.h | 2 +-
include/threads.h | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/kos/thread.h b/include/kos/thread.h
index 6b8be23..c00b4ab 100644
--- a/include/kos/thread.h
+++ b/include/kos/thread.h
@@ -573,7 +573,7 @@ struct _reent *thd_get_reent(kthread_t *thd);
\deprecated
This is now deprecated.
- \param mode One of the \ref thd_modes values.
+ \param mode One of the THD_MODE values.
\return The old mode of the threading system.
\sa thd_get_mode
diff --git a/include/threads.h b/include/threads.h
index c133b17..bc49cc4 100644
--- a/include/threads.h
+++ b/include/threads.h
@@ -114,8 +114,7 @@ extern void mtx_destroy(mtx_t *mtx);
protect critical sections of code.
\param mtx The mutex to initialize.
- \param type The type of mutex desired (see
- \ref c11_mutex_types).
+ \param type The type of mutex desired
\retval thrd_success On success.
\retval thrd_error If the request could not be honored.
*/
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|