1
0
forked from fsfw/fsfw

some more doc for containers

This commit is contained in:
2020-03-19 12:38:11 +01:00
parent a3903f80fb
commit b7e3449b04
5 changed files with 66 additions and 39 deletions

View File

@ -6,10 +6,9 @@
#include <framework/serialize/SerializeIF.h>
/**
* A List that stores its values in an array.
*
* The backend is an array that can be allocated by the class itself or supplied via ctor.
*
* @brief A List that stores its values in an array.
* @details The backend is an array that can be allocated
* by the class itself or supplied via ctor.
*
* @ingroup container
*/