From fd09774fc3577eb3993759d2473112796c87a0cb Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 10 Sep 2020 15:18:45 +0200 Subject: [PATCH] serialize if update --- serialize/SerializeIF.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/serialize/SerializeIF.h b/serialize/SerializeIF.h index 3c0540f9..a701fe53 100644 --- a/serialize/SerializeIF.h +++ b/serialize/SerializeIF.h @@ -2,7 +2,7 @@ #define FSFW_SERIALIZE_SERIALIZEIF_H_ #include "../returnvalues/HasReturnvaluesIF.h" -#include +#include /** * @defgroup serialize Serialization @@ -10,10 +10,7 @@ */ /** - * @brief Translation of objects into data streams and from data streams. - * @details - * Also provides options to convert from/to data with different endianness. - * variables. + * Translation of objects into data streams and from data streams. * @ingroup serialize */ class SerializeIF { @@ -46,7 +43,7 @@ public: * @param[in] maxSize The size of the buffer that is allowed to be used for serialize. * @param[in] streamEndianness Endianness of the serialized data according to SerializeIF::Endianness * @return - * - @ยข BUFFER_TOO_SHORT The given buffer in is too short + * - @c BUFFER_TOO_SHORT The given buffer in is too short * - @c RETURN_FAILED Generic error * - @c RETURN_OK Successful serialization */