1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

doc: Improve C++ documentation

Move C++ modules in a new menu tree and improve the description.
This commit is contained in:
Jens Wetterich 2021-12-15 18:58:23 +01:00
parent e3f6212708
commit a0930a8ec0
5 changed files with 14 additions and 5 deletions

View File

@ -15,6 +15,13 @@
* `CFLAGS += -DSOME_CONFIGURATION_PARAM=SOME_VALUE`)
*/
/**
* @defgroup cpp C++
* @brief C++ Support in RIOT-OS
*
* This group contains all C++ related modules for easier reference.
*/
/**
* @defgroup utils Utilities
* @brief Utilities and helper functionality

View File

@ -40,11 +40,13 @@ RIOT Modules in C++ {#cpp-in-riot}
RIOT modules should be written in C, so that boards/platforms without or partial
C++ support can still use these modules. However, external modules, packages,
and modules that require C++ support anyway (e.g. the Arduino compatibility
features) can be written in C++. These modules/packages have to depend on the
features) can be written in C++. Also, some modules might be designed as
compatibility layer for C++ or provide convenient access to RIOT-OS' features
using C++ APIs. These modules/packages have to depend on the
`cpp` feature (`FEATURES_REQUIRED += cpp`) and possibly the `libstdcpp`
feature using their `Makefile.dep`.
See Also {#see-also}
========
@ref sys_c11_atomics_cpp_compat, @ref cpp11-compat
Reference @ref cpp for a list of C++ modules.

View File

@ -9,5 +9,5 @@
/**
* @defgroup cpp11-compat C++11 wrapper for RIOT
* @brief drop in replacement to enable C++11-like thread, mutex and condition_variable
* @ingroup sys
* @ingroup cpp
*/

View File

@ -1,6 +1,6 @@
/**
@defgroup sys_cxx_ctor_guards C++ constructor guards for static instances
@ingroup sys
@ingroup cpp
@brief C++ constructor guards for thread-safe initialization of static
instances

View File

@ -8,7 +8,7 @@
/**
* @defgroup sys_c11_atomics_cpp_compat C++ compatibility with C11 atomics
* @ingroup sys
* @ingroup cpp
* @brief C++ compatibility of default C11 atomics types
*
* This module provides opaque `typedef`s for each standard C11 atomic type with