fix doxygen error 37/89237/1
authoryoungman <yman.jung@samsung.com>
Fri, 23 Sep 2016 00:44:58 +0000 (09:44 +0900)
committeryoungman <yman.jung@samsung.com>
Fri, 23 Sep 2016 00:44:58 +0000 (09:44 +0900)
Change-Id: I2a742a4771ea82d6c3eb508c390701c565d7fb4f
Signed-off-by: youngman <yman.jung@samsung.com>
include/iotcon-remote-resource.h
include/iotcon.h

index 7c38e00..620e38b 100644 (file)
@@ -881,6 +881,7 @@ int iotcon_remote_resource_get_cached_representation(
  *
  * @since_tizen 3.0
  *
+ * @param[in] resource The handle of the remote resource
  * @param[out] interval Seconds for time interval
  *
  * @return 0 on success, otherwise a negative error value.
@@ -904,6 +905,7 @@ int iotcon_remote_resource_get_checking_interval(iotcon_remote_resource_h resour
  *
  * @since_tizen 3.0
  *
+ * @param[in] resource The handle of the remote resource
  * @param[in] interval Seconds for time interval (must be in range from 1 to 3600)
  *
  * @return 0 on success, otherwise a negative error value.
index d37d598..738aa50 100644 (file)
@@ -57,6 +57,8 @@ extern "C" {
  * @privilege %http://tizen.org/privilege/network.get
  * @privilege %http://tizen.org/privilege/internet
  *
+ * @param[in] file_path The path of SVR(Secure Virtual Resources) DB
+ *
  * @remarks The @a file_path point to a file for handling secure virtual resources.
  * The file that is CBOR(Concise Binary Object Representation)-format must already exist
  * in @a file_path. We recommend to use application-local file for @a file_path.\n