From: Seungbae Shin Date: Mon, 3 Apr 2017 05:31:20 +0000 (+0900) Subject: Fix doxygen comment which is different with actual implementation X-Git-Tag: submit/tizen/20170608.102629~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de8a3fc7f30a10130273721666b88647c4fac997;p=platform%2Fcore%2Fapi%2Faudio-io.git Fix doxygen comment which is different with actual implementation Change-Id: Ie47763f3b1b28d72d7017cf315bdf659fc57ef84 (cherry picked from commit 6708973408ad4b2aa0fec759824ef15e09549d1a) --- diff --git a/include/audio_io.h b/include/audio_io.h index d2b7eed..a32f8cf 100644 --- a/include/audio_io.h +++ b/include/audio_io.h @@ -577,7 +577,7 @@ int audio_in_unset_stream_cb(audio_in_h input); * * @param[in] input The handle to the audio input * @param[out] buffer start buffer pointer of peeked audio in data - * @param[in,out] length amount of audio in data to be peeked + * @param[out] length amount of audio in data to be peeked * @return @c 0 on success, * otherwise a negative error value * @retval #AUDIO_IO_ERROR_NONE Successful