Index: sources/storage/filehandler.h =================================================================== diff -u -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc -r415f3e16ff6e572c8ce7e7b3576e82ce8b44c6ce --- sources/storage/filehandler.h (.../filehandler.h) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) +++ sources/storage/filehandler.h (.../filehandler.h) (revision 415f3e16ff6e572c8ce7e7b3576e82ce8b44c6ce) @@ -18,6 +18,13 @@ namespace Storage { +/*! + * \brief The FileHandler class + * This class is suppose to be the static class + * which contains methods to manipulate files and folders + * Since it is static it doesn't have thread so needs to be used with care + * and the class(es) which is using it needs to be taking care of the threading + */ class FileHandler { public: