mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-26 02:25:13 +00:00
fix doxygen addgroup syntax
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user