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