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

@@ -20,7 +20,7 @@
*/
/** @addtogroup IntrMan Interrupt Manager */
/*@{*/
/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -172,6 +172,6 @@ int QueryIntrHandlerInfo(SceUID intr_code, SceUID sub_intr_code, PspIntrHandlerO
}
#endif
/*@}*/
/**@}*/
#endif /* PSPINTRMAN_H */

View File

@@ -27,7 +27,7 @@ extern "C" {
#endif
/** @addtogroup FileIO File IO Library */
/*@{*/
/**@{*/
/** Permission value for the sceIoAssign function */
enum IoAssignPerms
@@ -467,7 +467,7 @@ int sceIoChangeAsyncPriority(SceUID fd, int pri);
*/
int sceIoSetAsyncCallback(SceUID fd, SceUID cb, void *argp);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -26,7 +26,7 @@ extern "C" {
/** @addtogroup LoadExec */
/*@{*/
/**@{*/
/**
* Register callback
@@ -82,6 +82,6 @@ int sceKernelLoadExec(const char *file, struct SceKernelLoadExecParam *param);
}
#endif
/*@}*/
/**@}*/
#endif

View File

@@ -29,7 +29,7 @@ extern "C" {
#endif
/** @addtogroup ModuleMgr Module Manager Library */
/*@{*/
/**@{*/
#define PSP_MEMORY_PARTITION_KERNEL 1
#define PSP_MEMORY_PARTITION_USER 2
@@ -217,7 +217,7 @@ int sceKernelGetModuleIdList(SceUID *readbuf, int readbufsize, int *idcount);
*/
int sceKernelGetModuleIdByAddress(const void *moduleAddr);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -24,7 +24,7 @@ extern "C" {
#endif
/** @addtogroup Stdio Stdio Library */
/*@{*/
/**@{*/
/**
* Function to get the current standard in file no
@@ -47,7 +47,7 @@ SceUID sceKernelStdout(void);
*/
SceUID sceKernelStderr(void);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -23,7 +23,7 @@
*/
/** @addtogroup SysMem System Memory Manager */
/*@{*/
/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -133,6 +133,6 @@ int sceKernelGetCompiledSdkVersion(void);
}
#endif
/*@}*/
/**@}*/
#endif /* PSPSYSMEM_H */

View File

@@ -33,7 +33,7 @@ extern "C" {
/** @addtogroup ThreadMan */
/*@{*/
/**@{*/
/** 64-bit system clock type. */
typedef struct SceKernelSysClock {
@@ -1782,7 +1782,7 @@ PspDebugProfilerRegs *sceKernelReferThreadProfiler(void);
*/
PspDebugProfilerRegs *sceKernelReferGlobalProfiler(void);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -26,7 +26,7 @@ extern "C" {
/** @addtogroup Utils */
/*@{*/
/**@{*/
#include <sys/time.h>
@@ -230,7 +230,7 @@ int sceKernelUtilsSha1BlockUpdate(SceKernelUtilsSha1Context *ctx, u8 *data, u32
*/
int sceKernelUtilsSha1BlockResult(SceKernelUtilsSha1Context *ctx, u8 *digest);
/*@}*/
/**@}*/
#ifdef __cplusplus
}