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

@@ -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
}