modify description of resource container apis to correct doxygen warnings
[platform/upstream/iotivity.git] / service / resource-container / bundle-api / include / SoftSensorResource.h
index 90b01a0..d26654d 100644 (file)
@@ -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