Rework. Improve doxygen documentation

This commit is contained in:
Henrik Stickann
2022-05-08 03:15:08 +02:00
parent 0fe1be1863
commit b09de25c62
14 changed files with 340 additions and 117 deletions

View File

@@ -1,4 +1,5 @@
/**
* @file
* @brief CMSIS RTOS2 mutex implementation.
*/
#ifndef STA_RTOS2_MUTEX_HPP
@@ -12,7 +13,9 @@
namespace sta
{
/**
* @brief Implementation of `Mutex` interface using CMSIS RTOS2.
* @brief Implementation of Mutex interface using CMSIS RTOS2.
*
* @ingroup rtos2API
*/
class Rtos2Mutex : public Mutex
{