Fixed doxygen comment in header.

This commit is contained in:
Philipp Wiesemann 2014-06-08 13:01:04 +02:00
parent 0ad1dc1875
commit 2b95c4c40b
1 changed files with 2 additions and 1 deletions

View File

@ -223,13 +223,14 @@ extern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value);
/** /**
* \name Mount/umount functions * \name Mount/umount functions
* *
* Required for RWOps on Native Client * Required for RWops on Native Client
*/ */
/* @{ */ /* @{ */
extern DECLSPEC int SDLCALL SDL_RWMount(const char* source, const char* target, extern DECLSPEC int SDLCALL SDL_RWMount(const char* source, const char* target,
const char* filesystemtype, const char* filesystemtype,
unsigned long mountflags, const void *data); unsigned long mountflags, const void *data);
extern DECLSPEC int SDLCALL SDL_RWUmount(const char *target); extern DECLSPEC int SDLCALL SDL_RWUmount(const char *target);
/* @} *//* Mount/umount functions */
/* Ends C function definitions when using C++ */ /* Ends C function definitions when using C++ */
#ifdef __cplusplus #ifdef __cplusplus