mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-26 21:05:17 -05:00
Start doxygen documentation.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#pragma once
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup coreinit_msgq Message Queue
|
||||
* \ingroup coreinit
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -84,3 +90,5 @@ OSGetSystemMessageQueue();
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user