mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 18:12:14 +02:00
Moving comment for doxygen
This commit is contained in:
parent
9c9ff5f8a7
commit
d7a513f1c5
@ -23,9 +23,9 @@ typedef enum {
|
||||
AudioOutState_Stopped = 1,
|
||||
} AudioOutState;
|
||||
|
||||
/// audio output buffer format
|
||||
typedef struct AudioOutBuffer AudioOutBuffer;
|
||||
|
||||
/// audio output buffer format
|
||||
struct AudioOutBuffer
|
||||
{
|
||||
AudioOutBuffer* next; ///< Next buffer.
|
||||
|
Loading…
Reference in New Issue
Block a user