Skip to content

Commit bb2eb8b

Browse files
committed
Fix doxygen warnings.
1 parent aabecf6 commit bb2eb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/FileSystemHandle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace mbed {
3333
* Implementations must define at least open (the default definitions
3434
* of the rest of the functions just return error values).
3535
*
36-
* @Note Synchronization level: Set by subclass
36+
* @note Synchronization level: Set by subclass
3737
*/
3838
class FileSystemHandle {
3939
public:
@@ -44,7 +44,7 @@ class FileSystemHandle {
4444
/** Open a file on the filesystem
4545
*
4646
* @param file Destination for the handle to a newly created file
47-
* @param path The name of the file to open
47+
* @param filename The name of the file to open
4848
* @param flags The flags to open the file in, one of O_RDONLY, O_WRONLY, O_RDWR,
4949
* bitwise or'd with one of O_CREAT, O_TRUNC, O_APPEND
5050
* @return 0 on success, negative error code on failure

0 commit comments

Comments
 (0)