From: Minji Park Date: Mon, 5 Oct 2015 11:21:10 +0000 (+0900) Subject: modify description of resource container apis to correct doxygen warnings X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1ec415d1ae3b1c32561ff471cde7a15b314b6eb;p=contrib%2Fiotivity.git modify description of resource container apis to correct doxygen warnings - fix doxygen comments of container apis to remove warnings Change-Id: I917d3b48dd44943c803581145fa82af9ab9fb775 Signed-off-by: Minji Park Reviewed-on: https://gerrit.iotivity.org/gerrit/3479 Reviewed-by: Hun-je Yeon Tested-by: jenkins-iotivity Reviewed-by: Madan Lanka --- diff --git a/service/resource-container/bundle-api/include/BundleResource.h b/service/resource-container/bundle-api/include/BundleResource.h index 960b146..5315edd 100644 --- a/service/resource-container/bundle-api/include/BundleResource.h +++ b/service/resource-container/bundle-api/include/BundleResource.h @@ -139,9 +139,6 @@ namespace OIC * The implementor of the function can decide weather to notify OIC clients * about the changed state or not. * - * @param key Name of attribute to get - * - * * @return All attributes */ virtual RCSResourceAttributes &handleGetAttributesRequest() = 0; @@ -158,8 +155,6 @@ namespace OIC * The implementor of the function can decide weather to notify OIC clients * about the changed state or not. * - * @param key Name of attribute to set - * * @param attrs Attributes to set * * @return void diff --git a/service/resource-container/bundle-api/include/ProtocolBridgeResource.h b/service/resource-container/bundle-api/include/ProtocolBridgeResource.h index c420c27..b8cfc8e 100644 --- a/service/resource-container/bundle-api/include/ProtocolBridgeResource.h +++ b/service/resource-container/bundle-api/include/ProtocolBridgeResource.h @@ -65,9 +65,6 @@ namespace OIC * The implementor of the function can decide weather to notify OIC clients * about the changed state or not. * - * @param key Name of attribute to get - * - * * @return Value of all attributes */ virtual RCSResourceAttributes &handleGetAttributesRequest() = 0; @@ -84,8 +81,6 @@ namespace OIC * The implementor of the function can decide weather to notify OIC clients * about the changed state or not. * - * @param key Name of attribute to set - * * @param attrs Attributes to set * * @return void diff --git a/service/resource-container/bundle-api/include/SoftSensorResource.h b/service/resource-container/bundle-api/include/SoftSensorResource.h index 90b01a0..d26654d 100644 --- a/service/resource-container/bundle-api/include/SoftSensorResource.h +++ b/service/resource-container/bundle-api/include/SoftSensorResource.h @@ -62,9 +62,6 @@ namespace OIC * The implementor of the function can decide weather to notify OIC clients * about the changed state or not. * - * @param key Name of attribute to get - * - * * @return Value of all attributes */ virtual RCSResourceAttributes &handleGetAttributesRequest() = 0; @@ -81,8 +78,6 @@ namespace OIC * The implementor of the function can decide weather to notify OIC clients * about the changed state or not. * - * @param key Name of attribute to set - * * @param attrs Attributes to set * * @return void diff --git a/service/resource-container/include/RCSResourceContainer.h b/service/resource-container/include/RCSResourceContainer.h index 9d2575c..51f8eba 100644 --- a/service/resource-container/include/RCSResourceContainer.h +++ b/service/resource-container/include/RCSResourceContainer.h @@ -114,7 +114,7 @@ namespace OIC * @param params key-value pairs in string form for other Bundle parameters * */ - virtual void addResourceConfig(const std::string &bundleId, const std::string &esourceUri, + virtual void addResourceConfig(const std::string &bundleId, const std::string &resourceUri, std::map params) = 0; /** * API for removing the Resource configuration information from the bundle