mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-01 21:18:39 +00:00
fix doxygen addgroup syntax
This commit is contained in:
@@ -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)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user