mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-30 20:27:22 +00:00
fix doxygen addgroup syntax
This commit is contained in:
@@ -22,7 +22,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/** @addtogroup IdStorage Interface to the sceIdStorage_driver library.*/
|
||||
/*@{*/
|
||||
/**@{*/
|
||||
|
||||
/**Retrieves the value associated with a key
|
||||
* @param key - idstorage key
|
||||
@@ -50,7 +50,7 @@ int sceIdStorageIsReadOnly(void);
|
||||
/** sceIdStorageFlush() - Finalizes a write */
|
||||
int sceIdStorageFlush(void);
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user