From de8a3fc7f30a10130273721666b88647c4fac997 Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Mon, 3 Apr 2017 14:31:20 +0900 Subject: [PATCH] Fix doxygen comment which is different with actual implementation Change-Id: Ie47763f3b1b28d72d7017cf315bdf659fc57ef84 (cherry picked from commit 6708973408ad4b2aa0fec759824ef15e09549d1a) --- include/audio_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1