From c0fe17fd18ebb45c40e95a47b61453ab0532ae03 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 30 Mar 2014 14:59:46 +1000 Subject: [PATCH] Remove some doxygen Todo's where the information is already there. --- src/gaudio/sys_defs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gaudio/sys_defs.h b/src/gaudio/sys_defs.h index 7ee3bf40..5a43af18 100644 --- a/src/gaudio/sys_defs.h +++ b/src/gaudio/sys_defs.h @@ -195,8 +195,6 @@ extern "C" { * * @param[in] ms The maximum amount of time in milliseconds to wait for playing to complete. * - * @return ToDo - * * @api */ 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 * in the queue as long as possible before they are re-used. * - * @return ToDo - * * @api */ GDataBuffer *gaudioRecordGetData(delaytime_t ms);