comment added

This commit is contained in:
Robin Müller 2020-12-01 17:14:44 +01:00
parent e323c69f20
commit e0f063f232

View File

@ -8,7 +8,9 @@
#include <cstddef> #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 { class HasFileSystemIF {
public: public: