Fix doxygen warnings.

pull/4425/head
Sam Grove 2017-06-01 13:04:46 -05:00
parent a41e08c7bf
commit 2d8bf18317
1 changed files with 2 additions and 2 deletions

View File

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