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

@@ -24,7 +24,7 @@ extern "C" {
#endif
/** @addtogroup Sony Integrated Remote Control System Library */
/*@{*/
/**@{*/
struct sircs_data {
u8 type; // 12, 15 or 20 bits
@@ -36,7 +36,7 @@ struct sircs_data {
*/
int sceSircsSend(struct sircs_data* sd, int count);
/*@}*/
/**@}*/
#ifdef __cplusplus
}