diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:19:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:19:35 +0000 |
commit | 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a (patch) | |
tree | 22aab283509cdf9af2c29fc1be16ce44cc3a3511 /os/lib/include/chbsem.h | |
parent | 1ceb50bebef5072a3686f225fe1d3aff5283fbda (diff) | |
download | ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.gz ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.bz2 ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/lib/include/chbsem.h')
-rw-r--r-- | os/lib/include/chbsem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/lib/include/chbsem.h b/os/lib/include/chbsem.h index 77ca30c25..192aec86a 100644 --- a/os/lib/include/chbsem.h +++ b/os/lib/include/chbsem.h @@ -20,8 +20,6 @@ /**
* @file chbsem.h
* @brief Binary semaphores structures and macros.
- *
- * @addtogroup binary_semaphores
* @details Binary semaphores related APIs and services.
* <h2>Operation mode</h2>
* Binary semaphores are implemented as a set of inline functions
@@ -43,6 +41,8 @@ * implement the priority inheritance protocol.<br>
* In order to use the binary semaphores APIs the
* @p CH_CFG_USE_SEMAPHORES option must be enabled in @p chconf.h.
+ *
+ * @addtogroup oslib_binary_semaphores
* @{
*/
|