1
0
forked from fsfw/fsfw

form improvements

This commit is contained in:
2020-08-25 18:09:05 +02:00
parent 6afbeb8423
commit da3b2b2500
11 changed files with 125 additions and 157 deletions

View File

@ -29,8 +29,10 @@ public:
/**
* @brief With this method, the whole content and the message
* size is set to zero. Implementations should also take care
* to clear data which is stored indirectly (e.g. storage data).
* size is set to zero.
* @details
* Implementations should also take care to clear data which is stored
* indirectly (e.g. storage data).
*/
virtual void clear() = 0;