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" {
/** @addtogroup Audio */ /** @addtogroup Audio */
/*@{*/ /**@{*/
enum PspAudioFrequencies { enum PspAudioFrequencies {
/** Sampling frequency set to 44100Hz. */ /** Sampling frequency set to 44100Hz. */
@@ -39,7 +39,7 @@ enum PspAudioFrequencies {
* @return 0 on success, an error if less than 0. * @return 0 on success, an error if less than 0.
*/ */
int sceAudioSetFrequency(int frequency); int sceAudioSetFrequency(int frequency);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -23,7 +23,7 @@ extern "C" {
#endif #endif
/** @addtogroup Ctrl Controller Kernel Library */ /** @addtogroup Ctrl Controller Kernel Library */
/*@{*/ /**@{*/
/** /**
* Enumeration for the digital controller buttons. * Enumeration for the digital controller buttons.
@@ -196,7 +196,7 @@ int sceCtrlSetIdleCancelThreshold(int idlereset, int idleback);
*/ */
int sceCtrlGetIdleCancelThreshold(int *idlerest, int *idleback); int sceCtrlGetIdleCancelThreshold(int *idlerest, int *idleback);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -23,7 +23,7 @@ extern "C" {
/** @defgroup Debug Debug Utility Library */ /** @defgroup Debug Debug Utility Library */
/** @addtogroup Debug */ /** @addtogroup Debug */
/*@{*/ /**@{*/
/** /**
* Initialise the debug screen * Initialise the debug screen
@@ -433,7 +433,7 @@ void pspDebugSioEnableKprintf(void);
*/ */
void pspDebugSioDisableKprintf(void); void pspDebugSioDisableKprintf(void);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -304,7 +304,7 @@ extern "C" {
typedef void (*GuSwapBuffersCallback)(void** display,void** render); typedef void (*GuSwapBuffersCallback)(void** display,void** render);
/** @addtogroup GU */ /** @addtogroup GU */
/*@{*/ /**@{*/
/** /**
* Set depth buffer parameters * Set depth buffer parameters
@@ -1478,7 +1478,7 @@ void guSwapBuffersBehaviour(int behaviour);
**/ **/
void guSwapBuffersCallback(GuSwapBuffersCallback callback); void guSwapBuffersCallback(GuSwapBuffersCallback callback);
/*@}*/ /**@}*/
#if defined(__cplusplus) #if defined(__cplusplus)
}; };

View File

@@ -21,7 +21,7 @@ extern "C" {
/** @addtogroup Hprm */ /** @addtogroup Hprm */
/*@{*/ /**@{*/
/** Enumeration of the remote keys */ /** Enumeration of the remote keys */
enum PspHprmKeys enum PspHprmKeys
@@ -85,7 +85,7 @@ int sceHprmIsMicrophoneExist(void);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -22,7 +22,7 @@ extern "C" {
#endif #endif
/** @addtogroup IdStorage Interface to the sceIdStorage_driver library.*/ /** @addtogroup IdStorage Interface to the sceIdStorage_driver library.*/
/*@{*/ /**@{*/
/**Retrieves the value associated with a key /**Retrieves the value associated with a key
* @param key - idstorage key * @param key - idstorage key
@@ -50,7 +50,7 @@ int sceIdStorageIsReadOnly(void);
/** sceIdStorageFlush() - Finalizes a write */ /** sceIdStorageFlush() - Finalizes a write */
int sceIdStorageFlush(void); int sceIdStorageFlush(void);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -17,7 +17,7 @@ extern "C" {
#endif #endif
/** @addtogroup Reg Registry Kernel Library */ /** @addtogroup Reg Registry Kernel Library */
/*@{*/ /**@{*/
/** System registry path */ /** System registry path */
#define SYSTEM_REGISTRY "/system" #define SYSTEM_REGISTRY "/system"
@@ -227,7 +227,7 @@ int sceRegCreateKey(REGHANDLE hd, const char *name, int type, SceSize size);
*/ */
int sceRegRemoveRegistry(struct RegParam *reg); int sceRegRemoveRegistry(struct RegParam *reg);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -26,7 +26,7 @@ extern "C" {
/** @defgroup PSPSDK PSPSDK Utility Library */ /** @defgroup PSPSDK PSPSDK Utility Library */
/** @addtogroup PSPSDK */ /** @addtogroup PSPSDK */
/*@{*/ /**@{*/
/** /**
* Query a modules information from its uid. * Query a modules information from its uid.
@@ -286,7 +286,7 @@ unsigned int pspSdkGetK1(void);
*/ */
void pspSdkDisableFPUExceptions(void); void pspSdkDisableFPUExceptions(void);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -24,7 +24,7 @@ extern "C" {
#endif #endif
/** @addtogroup Sony Integrated Remote Control System Library */ /** @addtogroup Sony Integrated Remote Control System Library */
/*@{*/ /**@{*/
struct sircs_data { struct sircs_data {
u8 type; // 12, 15 or 20 bits u8 type; // 12, 15 or 20 bits
@@ -36,7 +36,7 @@ struct sircs_data {
*/ */
int sceSircsSend(struct sircs_data* sd, int count); int sceSircsSend(struct sircs_data* sd, int count);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@@ -18,7 +18,7 @@ extern "C" {
#endif #endif
/** @addtogroup UMD UMD Kernel Library */ /** @addtogroup UMD UMD Kernel Library */
/*@{*/ /**@{*/
/** UMD Info struct */ /** UMD Info struct */
typedef struct pspUmdInfo typedef struct pspUmdInfo
@@ -206,7 +206,7 @@ int sceUmdReplacePermit(void);
*/ */
int sceUmdReplaceProhibit(void); int sceUmdReplaceProhibit(void);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -25,7 +25,7 @@ extern "C" {
#include <psptypes.h> #include <psptypes.h>
/** @addtogroup Chnnlsv Chnnlsv Library */ /** @addtogroup Chnnlsv Chnnlsv Library */
/*@{*/ /**@{*/
typedef struct _pspChnnlsvContext1 { typedef struct _pspChnnlsvContext1 {
/** Cipher mode */ /** Cipher mode */
@@ -103,7 +103,7 @@ int sceChnnlsv_850A7FA1(pspChnnlsvContext2 *ctx, unsigned char *data, int len);
*/ */
int sceChnnlsv_21BE78B4(pspChnnlsvContext2 *ctx); int sceChnnlsv_21BE78B4(pspChnnlsvContext2 *ctx);
/*@}*/ /**@}*/
#ifdef __cplusplus #ifdef __cplusplus
} }