diff --git a/src/Folder.h b/src/Folder.h index 6780834..f2de1e3 100644 --- a/src/Folder.h +++ b/src/Folder.h @@ -52,7 +52,6 @@ class Folder { /** * @brief Removes a directory. - * @param dirname The name of the directory to remove. * @return True if the directory was removed successfully, false otherwise. */ bool remove(); @@ -168,4 +167,4 @@ class Folder { std::string path; }; -#endif \ No newline at end of file +#endif