Corrected doxygen issues for RD
authorHabib Virji <habib.virji@samsung.com>
Mon, 5 Oct 2015 14:36:04 +0000 (15:36 +0100)
committerUze Choi <uzchoi@samsung.com>
Tue, 6 Oct 2015 07:15:47 +0000 (07:15 +0000)
Minor updates with correct param names.

Change-Id: If57f5f998758b9c716ac409735e7610db04dd839
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3513
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-directory/include/rd_payload.h
service/resource-directory/include/rd_server.h

index dee78c0..4a6b7df 100644 (file)
@@ -126,7 +126,7 @@ void OCRDPayloadLog(LogLevel level, const char *tag, const OCRDPayload *payload)
  * @param payload Pointer to already allocated memory for OCRDPublish.
  */
 void OCRDPublishPayloadLog(LogLevel level, const char *tag,
-        const OCRDPublishPayload *rdPublish);
+        const OCRDPublishPayload *payload);
 
 #ifdef __cplusplus
 }
index f9bf46f..69877d8 100644 (file)
@@ -50,9 +50,7 @@ OCStackResult OCRDStop();
  *
  * @param interfaceType a interface type that is being queried.
  * @param resourceType a resource type that is being queried.
- * @param uri A URI of the resource found;
- * @param rt A resource type of the message queried.
- * @param itf A resource type of the interface.
+ * @param payload A payload of the maching resource type or interface type or NULL. 
  *
  * @return ::OC_STACK_OK upon success, ::OC_STACK_ERROR is returned except
  * the case that OC_STACK_SUCCESS is returned.