mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 20:22:40 +00:00
fix doxygen addgroup syntax
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user