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