Improve doxygen comments

This commit is contained in:
Henrik Stickann
2022-04-24 13:43:44 +02:00
parent e7d246a2e7
commit a24aa1c5c6
10 changed files with 77 additions and 52 deletions

View File

@@ -1,7 +1,8 @@
/**
* @brief Atomic mutex implementation.
*
* Define **STA_ATOMIC_ENABLE** to enable module.
* Configuration:
* STA_ATOMIC_ENABLE: Enable module
*/
#ifndef STA_ATOMIC_MUTEX_HPP
#define STA_ATOMIC_MUTEX_HPP

View File

@@ -1,7 +1,8 @@
/**
* @brief Atomic signal implementation.
*
* Define **STA_ATOMIC_ENABLE** to enable module.
* Configuration:
* STA_ATOMIC_ENABLE: Enable module
*/
#ifndef STA_ATOMIC_SIGNAL_HPP
#define STA_ATOMIC_SIGNAL_HPP