Procházet zdrojové kódy

Fixed doxygen comment in header.

Philipp Wiesemann před 11 roky
rodič
revize
2b95c4c40b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      include/SDL_rwops.h

+ 2 - 1
include/SDL_rwops.h

@@ -223,13 +223,14 @@ extern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value);
 /**
  *  \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, 
                                         const char* filesystemtype, 
                                         unsigned long mountflags, const void *data);
 extern DECLSPEC int SDLCALL SDL_RWUmount(const char *target);
+/* @} *//* Mount/umount functions */
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus