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

@@ -23,7 +23,7 @@ extern "C" {
#endif
/** @addtogroup LoadExecKernel Interface to the LoadExecForKernel library. */
/*@{*/
/**@{*/
/** Structure for LoadExecVSH* functions */
struct SceKernelLoadExecVSHParam {
@@ -155,7 +155,7 @@ int sceKernelLoadExecVSHMs3(const char *file, struct SceKernelLoadExecVSHParam *
int sceKernelLoadExecVSHMs4(const char *file, struct SceKernelLoadExecVSHParam *param);
#endif
/*@}*/
/**@}*/
#ifdef __cplusplus
}