diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-03-30 14:59:46 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-03-30 14:59:46 +1000 |
commit | c0fe17fd18ebb45c40e95a47b61453ab0532ae03 (patch) | |
tree | 4fce2a784e183a57592a3b5b0649d1ade9e883f9 /src | |
parent | 87bef5d0df44f38f1e474ccf12f6daba06a743fe (diff) | |
download | uGFX-c0fe17fd18ebb45c40e95a47b61453ab0532ae03.tar.gz uGFX-c0fe17fd18ebb45c40e95a47b61453ab0532ae03.tar.bz2 uGFX-c0fe17fd18ebb45c40e95a47b61453ab0532ae03.zip |
Remove some doxygen Todo's where the information is already there.
Diffstat (limited to 'src')
-rw-r--r-- | src/gaudio/sys_defs.h | 4 |
1 files changed, 0 insertions, 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); |