Fix doxygen warnings.

pull/4521/head
Sam Grove 2017-06-01 13:04:46 -05:00 committed by adbridge
parent a4b479233d
commit 38d999477d
1 changed files with 2 additions and 2 deletions

View File

@ -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);