Skip to content

Commit 781295b

Browse files
authored
Remove false claim of dirname parameter from Folder::remove doc comment
Previously the documentation comment claimed the function had a `dirname` parameter even though the function does not have any parameters.
1 parent 7fd805e commit 781295b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Folder.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class Folder {
5252

5353
/**
5454
* @brief Removes a directory.
55-
* @param dirname The name of the directory to remove.
5655
* @return True if the directory was removed successfully, false otherwise.
5756
*/
5857
bool remove();
@@ -168,4 +167,4 @@ class Folder {
168167
std::string path;
169168
};
170169

171-
#endif
170+
#endif

0 commit comments

Comments
 (0)