Remove some doxygen Todo's where the information is already there.
This commit is contained in:
parent
87bef5d0df
commit
c0fe17fd18
1 changed files with 0 additions and 4 deletions
|
@ -195,8 +195,6 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* @param[in] ms The maximum amount of time in milliseconds to wait for playing to complete.
|
* @param[in] ms The maximum amount of time in milliseconds to wait for playing to complete.
|
||||||
*
|
*
|
||||||
* @return ToDo
|
|
||||||
*
|
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
bool_t gaudioPlayWait(delaytime_t ms);
|
bool_t gaudioPlayWait(delaytime_t ms);
|
||||||
|
@ -264,8 +262,6 @@ extern "C" {
|
||||||
* of buffers required. It works before the free list is a FIFO queue and therefore buffers are kept
|
* of buffers required. It works before the free list is a FIFO queue and therefore buffers are kept
|
||||||
* in the queue as long as possible before they are re-used.
|
* in the queue as long as possible before they are re-used.
|
||||||
*
|
*
|
||||||
* @return ToDo
|
|
||||||
*
|
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
GDataBuffer *gaudioRecordGetData(delaytime_t ms);
|
GDataBuffer *gaudioRecordGetData(delaytime_t ms);
|
||||||
|
|
Loading…
Add table
Reference in a new issue