diff options
author | youngman <yman.jung@samsung.com> | 2016-09-23 09:44:58 +0900 |
---|---|---|
committer | youngman <yman.jung@samsung.com> | 2016-09-23 09:44:58 +0900 |
commit | d1893c63648c4ede7bb9e9a976c4b740b771ee56 (patch) | |
tree | 672a65a482efc8e200e1c311c3ac1648d145c9ae | |
parent | e70ad3669fb5533b7bd11b4a45ed4c4b2886f2ac (diff) | |
download | iotcon-d1893c63648c4ede7bb9e9a976c4b740b771ee56.tar.gz iotcon-d1893c63648c4ede7bb9e9a976c4b740b771ee56.tar.bz2 iotcon-d1893c63648c4ede7bb9e9a976c4b740b771ee56.zip |
fix doxygen error
Change-Id: I2a742a4771ea82d6c3eb508c390701c565d7fb4f
Signed-off-by: youngman <yman.jung@samsung.com>
-rw-r--r-- | include/iotcon-remote-resource.h | 2 | ||||
-rw-r--r-- | include/iotcon.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/iotcon-remote-resource.h b/include/iotcon-remote-resource.h index 7c38e00..620e38b 100644 --- a/include/iotcon-remote-resource.h +++ b/include/iotcon-remote-resource.h @@ -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. diff --git a/include/iotcon.h b/include/iotcon.h index d37d598..738aa50 100644 --- a/include/iotcon.h +++ b/include/iotcon.h @@ -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 |