From: Gilbok Lee Date: Tue, 17 Apr 2018 23:47:15 +0000 (+0900) Subject: Fix API reference warning X-Git-Tag: submit/tizen/20180418.012110^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fedc00914e9ceab2c5b85f68b8a98c411831dba;p=platform%2Fcore%2Fapi%2Fmediamuxer.git Fix API reference warning change file mode to 644 [Version] 0.1.16 [Profile] Mobile, Wearable, TV [Issue Type] Fix doc warning Change-Id: Ib161996cd3e567291cdda20e59d49674002193ea --- diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/LICENSE.APLv2 b/LICENSE.APLv2 old mode 100755 new mode 100644 diff --git a/NOTICE b/NOTICE old mode 100755 new mode 100644 diff --git a/capi-mediamuxer.manifest b/capi-mediamuxer.manifest old mode 100755 new mode 100644 diff --git a/capi-mediamuxer.pc.in b/capi-mediamuxer.pc.in old mode 100755 new mode 100644 diff --git a/doc/mediamuxer_doc.h b/doc/mediamuxer_doc.h old mode 100755 new mode 100644 diff --git a/include/mediamuxer.h b/include/mediamuxer.h old mode 100755 new mode 100644 index 75f02d6..c434cea --- a/include/mediamuxer.h +++ b/include/mediamuxer.h @@ -94,7 +94,7 @@ typedef enum { * @param[in] error The error that occurred in media muxer * @param[in] user_data The user data passed from the code where * mediamuxer_set_error_cb() was invoked - * This data will be accessible from @user_data mediamuxer_error_cb + * This data will be accessible from @a user_data mediamuxer_error_cb * @pre Create media muxer handle by calling mediamuxer_create() function. * @see mediamuxer_set_error_cb() * @see mediamuxer_unset_error_cb() @@ -349,7 +349,7 @@ int mediamuxer_get_state(mediamuxer_h muxer, mediamuxer_state_e *state); * @param[in] callback Callback function pointer * @param[in] user_data The user data passed from the code where * mediamuxer_set_error_cb() was invoked - * This data will be accessible from @user_data mediamuxer_error_cb + * This data will be accessible from @a user_data mediamuxer_error_cb * @return @c 0 on success, otherwise a negative error value * @retval #MEDIAMUXER_ERROR_NONE Successful * @retval #MEDIAMUXER_ERROR_INVALID_PARAMETER Invalid parameter diff --git a/include/mediamuxer_error.h b/include/mediamuxer_error.h old mode 100755 new mode 100644 diff --git a/include/mediamuxer_ini.h b/include/mediamuxer_ini.h old mode 100755 new mode 100644 diff --git a/include/mediamuxer_port.h b/include/mediamuxer_port.h old mode 100755 new mode 100644 diff --git a/include/mediamuxer_private.h b/include/mediamuxer_private.h old mode 100755 new mode 100644 diff --git a/include/mediamuxer_util.h b/include/mediamuxer_util.h old mode 100755 new mode 100644 diff --git a/include/port_custom/mediamuxer_port_custom.h b/include/port_custom/mediamuxer_port_custom.h old mode 100755 new mode 100644 diff --git a/include/port_ffmpeg/mediamuxer_port_ffmpeg.h b/include/port_ffmpeg/mediamuxer_port_ffmpeg.h old mode 100755 new mode 100644 diff --git a/include/port_gst/mediamuxer_port_gst.h b/include/port_gst/mediamuxer_port_gst.h old mode 100755 new mode 100644 diff --git a/packaging/capi-mediamuxer.spec b/packaging/capi-mediamuxer.spec old mode 100755 new mode 100644 index e7e08e3..be491d1 --- a/packaging/capi-mediamuxer.spec +++ b/packaging/capi-mediamuxer.spec @@ -1,6 +1,6 @@ Name: capi-mediamuxer Summary: A Media Muxer library in Tizen Native API -Version: 0.1.15 +Version: 0.1.16 Release: 1 Group: Multimedia/API License: Apache-2.0 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/src/port_gst/mediamuxer_port_gst.c b/src/port_gst/mediamuxer_port_gst.c old mode 100755 new mode 100644