1
0
forked from fsfw/fsfw

added override specifiers, some doc fixes

This commit is contained in:
2020-04-15 20:53:03 +02:00
parent 906f941f32
commit 9284fe81da
10 changed files with 117 additions and 89 deletions

View File

@ -12,8 +12,9 @@
#include <framework/serialize/EndianSwapper.h>
/**
* This template specialization will be chosen for fundamental types,
* based on partial template specialization
* This template specialization will be chosen for fundamental types or
* anything else not implementing SerializeIF, based on partial
* template specialization.
* @tparam T
* @tparam
*/