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

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