comment added

This commit is contained in:
Robin Müller 2020-12-01 17:14:44 +01:00
parent e323c69f20
commit e0f063f232
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@
#include <cstddef>
/**
* @author Jakob Meier
* @brief Generic interface for objects which expose a file system to enable
* message based file handling.
* @author J. Meier, R. Mueller
*/
class HasFileSystemIF {
public: