fixed parameters comments in headers found by xcode

This commit is contained in:
shuxin   zheng 2019-09-13 19:50:34 +08:00
parent d1fb7e888a
commit 6d278d53b1

View File

@ -310,7 +310,7 @@ ACL_API acl_off_t acl_vstream_fseek(ACL_VSTREAM *fp, acl_off_t offset, int whenc
* @param whence {int} SEEK_SET,
* SEEK_CUR, SEEK_END
* @return ret {acl_off_t}, ret >= 0: , ret < 0:
* @deprecated
* @DEPRECATED
*/
ACL_API acl_off_t acl_vstream_fseek2(ACL_VSTREAM *fp, acl_off_t offset, int whence);
@ -562,7 +562,7 @@ ACL_API void acl_vstream_buffed_space(ACL_VSTREAM *fp);
/**
*
* @param fp: socket
* @param fp socket
* @return ACL_VSTREAM_EOF
*/
ACL_API int acl_vstream_fflush(ACL_VSTREAM *fp);