fix doxygen addgroup syntax

This commit is contained in:
Paul Sajna
2020-10-03 13:02:09 -07:00
parent 3de82931a6
commit 1f37590ef4
30 changed files with 60 additions and 60 deletions

View File

@@ -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
}