Remove some doxygen Todo's where the information is already there.

ugfx_release_2.6
inmarket 2014-03-30 14:59:46 +10:00
parent 87bef5d0df
commit c0fe17fd18
1 changed files with 0 additions and 4 deletions

View File

@ -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);