From 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 May 2018 11:19:35 +0000 Subject: Documentation-related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/lib/include/chbsem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/lib/include/chbsem.h') 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. *

Operation mode

* Binary semaphores are implemented as a set of inline functions @@ -43,6 +41,8 @@ * implement the priority inheritance protocol.
* 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 * @{ */ -- cgit v1.2.3