Skip to content

Commit f5d598f

Browse files
committed
[platform] update incorrect doxygen tag for return documentation
1 parent 4e417eb commit f5d598f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/FileSystemLike.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class FileSystemLike : public FileBase {
6969
/** Remove a file from the filesystem.
7070
*
7171
* @param filename the name of the file to remove.
72-
* @param returns 0 on success, -1 on failure.
72+
* @returns 0 on success, -1 on failure.
7373
*/
7474
virtual int remove(const char *filename) { (void) filename; return -1; };
7575

0 commit comments

Comments
 (0)