mirror of https://github.com/ARMmbed/mbed-os.git
Fix doxygen warnings.
parent
a4b479233d
commit
38d999477d
|
@ -242,8 +242,8 @@ public:
|
|||
* Returns a pointer to std::FILE.
|
||||
* It associates a Stream to an already opened file descriptor (FileHandle)
|
||||
*
|
||||
* @param fh, a pointer to an opened file descriptor
|
||||
* @param mode, operation upon the file descriptor, e.g., 'wb+'*/
|
||||
* @param fh a pointer to an opened file descriptor
|
||||
* @param mode operation upon the file descriptor, e.g., 'wb+'*/
|
||||
|
||||
std::FILE *fdopen(FileHandle *fh, const char *mode);
|
||||
|
||||
|
|
Loading…
Reference in New Issue