mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-19 00:56:40 -05:00
Start doxygen documentation.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#pragma once
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup coreinit_threadq Thread Queue
|
||||
* \ingroup coreinit
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -51,3 +57,5 @@ OSInitThreadQueueEx(OSThreadQueue *queue,
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user