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:
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ extern "C" {
|
||||
|
||||
/** @addtogroup LoadExec */
|
||||
|
||||
/*@{*/
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
* Register callback
|
||||
@@ -82,6 +82,6 @@ int sceKernelLoadExec(const char *file, struct SceKernelLoadExecParam *param);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
/** @addtogroup SysMem System Memory Manager */
|
||||
/*@{*/
|
||||
/**@{*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -133,6 +133,6 @@ int sceKernelGetCompiledSdkVersion(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
#endif /* PSPSYSMEM_H */
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user