diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-11 15:12:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-11 15:12:21 +0000 |
commit | 055fea386e4994a35b758b94f948f9de1c8ba091 (patch) | |
tree | b121874ef43c137a308d7009c7acc08b43c0b135 /os/rt/include/chmtx.h | |
parent | 509af41c04084bb0ed467d137efb4aeb68d25a05 (diff) | |
download | ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.gz ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.bz2 ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.zip |
Documentation related fixes. Documentation is buildable with Doxygen 1.8.8 now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chmtx.h')
-rw-r--r-- | os/rt/include/chmtx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/include/chmtx.h b/os/rt/include/chmtx.h index ecfffae92..99eeb6f02 100644 --- a/os/rt/include/chmtx.h +++ b/os/rt/include/chmtx.h @@ -121,6 +121,9 @@ extern "C" { * @brief Returns @p true if the mutex queue contains at least a waiting
* thread.
*
+ * @param[out] mp pointer to a @p mutex_t structure
+ * @return The mutex queue status.
+ *
* @deprecated
* @sclass
*/
|