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
}

View File

@@ -19,7 +19,7 @@
*/
/** @addtogroup IntrManKern Interrupt Manager Kernel */
/*@{*/
/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -76,6 +76,6 @@ int sceKernelIsIntrContext(void);
}
#endif
/*@}*/
/**@}*/
#endif /* PSPINTRMAN_KERNEL_H */

View File

@@ -27,7 +27,7 @@ extern "C" {
#endif
/** @addtogroup IoFileMgr_Kernel Driver interface to IoFileMgr */
/*@{*/
/**@{*/
struct PspIoDrv;
@@ -156,7 +156,7 @@ int sceIoGetThreadCwd(SceUID uid, char *dir, int len);
*/
int sceIoChangeThreadCwd(SceUID uid, char *dir);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -22,7 +22,7 @@ extern "C" {
#endif
/** @addtogroup Kdebug Interface to the KDebugForKernel library. */
/*@{*/
/**@{*/
/** Typedef for the debug putcharacter handler */
typedef void (*PspDebugPutChar)(unsigned short* args, unsigned int ch);
@@ -49,7 +49,7 @@ PspDebugPutChar sceKernelGetDebugPutchar(void);
*/
void Kprintf(const char *format, ...) __attribute__((format(printf, 1, 2)));
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -24,7 +24,7 @@ extern "C" {
#endif
/** @addtogroup LoadCore Interface to the LoadCoreForKernel library. */
/*@{*/
/**@{*/
/** Describes a module. This structure could change in future firmware revisions. */
typedef struct SceModule {
@@ -136,7 +136,7 @@ int sceKernelModuleCount(void);
*/
void sceKernelIcacheClearAll(void);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

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
}

View File

@@ -26,7 +26,7 @@ extern "C" {
#endif
/** @addtogroup ModuleMgrKern Kernel Module Manager Library */
/*@{*/
/**@{*/
/**
* Gets the current module list.
@@ -58,7 +58,7 @@ int sceKernelModuleCount(void);
*/
SceUID sceKernelLoadModuleBuffer(void *buf, SceSize bufsize, int flags, SceKernelLMOption *option);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -27,7 +27,7 @@ extern "C" {
#endif
/** @addtogroup Stdio_Kernel Driver interface to Stdio */
/*@{*/
/**@{*/
/**
* Function reopen the stdout file handle to a new file
@@ -62,7 +62,7 @@ int sceKernelStderrReopen(const char *file, int flags, SceMode mode);
* @return number of characters printed, <0 on error
*/
int fdprintf(int fd, const char *format, ...);
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -22,7 +22,7 @@ extern "C" {
#endif
/** @addtogroup Syscon Interface to the sceSyscon_driver library. */
/*@{*/
/**@{*/
/**
* Force the PSP to go into standby
@@ -76,7 +76,7 @@ int sceSysconGetPommelVersion( int* version );
*/
int sceSysconGetBaryonVersion( int* version );
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -24,7 +24,7 @@
*/
/** @addtogroup SysMemKern System Memory Manager Kernel */
/*@{*/
/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -219,6 +219,6 @@ int sceKernelGetCompiledSdkVersion(void);
}
#endif
/*@}*/
/**@}*/
#endif /* PSPSYSMEMKERNEL_H */

View File

@@ -24,7 +24,7 @@ extern "C" {
#endif
/** @addtogroup Sysreg Interface to the sceSysreg_driver library. */
/*@{*/
/**@{*/
/**
* Enable the ME reset.
@@ -74,7 +74,7 @@ int sceSysregMeBusClockDisable(void);
*/
int sceSysconGetTachyonVersion( int* version );
/*@}*/
/**@}*/
#ifdef __cplusplus
}

View File

@@ -20,7 +20,7 @@
*/
/** @addtogroup ThreadmanKern Thread Manager kernel functions */
/*@{*/
/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -228,6 +228,6 @@ int ThreadManForKernel_2D69D086(SceUID uid, SceKernelThreadKInfo *info);
}
#endif
/*@}*/
/**@}*/
#endif /* PSPTHREADMANKERNEL_H */