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

View File

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

View File

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

View File

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

View File

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

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 */

View File

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

View File

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

View File

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

View File

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

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
}

View File

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