Moving comment for doxygen

This commit is contained in:
Mike H 2018-02-13 19:43:47 +00:00 committed by GitHub
parent 9c9ff5f8a7
commit d7a513f1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,9 @@ typedef enum {
AudioOutState_Stopped = 1, AudioOutState_Stopped = 1,
} AudioOutState; } AudioOutState;
/// audio output buffer format
typedef struct AudioOutBuffer AudioOutBuffer; typedef struct AudioOutBuffer AudioOutBuffer;
/// audio output buffer format
struct AudioOutBuffer struct AudioOutBuffer
{ {
AudioOutBuffer* next; ///< Next buffer. AudioOutBuffer* next; ///< Next buffer.