RD Client doxygen generation issue
authorHabib Virji <habib.virji@samsung.com>
Tue, 25 Aug 2015 22:28:40 +0000 (23:28 +0100)
committerJon A. Cruz <jonc@osg.samsung.com>
Wed, 26 Aug 2015 00:02:19 +0000 (00:02 +0000)
There was a spacing issue due to which doxygen was not generated for one of the RDClient API.

Change-Id: I8090f87ae4c842967b4cfd4534c2746d6face18a
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2273
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
service/resource-directory/include/rd_client.h

index 9a1bb9a..20becb7 100644 (file)
@@ -41,16 +41,16 @@ extern "C" {
  */
 OCStackResult OCRDDiscover(OCRDBiasFactorCB cbBiasFactor);
 
-/*
-* Publish resource on the RD.
-*
-* @param addr The IP address of the RD, it could be either retrieved via OCRDDiscover().
-* @param port The port of the RD.
-* @param num This denotes the number of registered resource handles being passed
-*            for the remaining arguments.
-*
-* @returns ::OC_STACK_OK when successful and OC_STACK_ERROR when query failed.
-*/
+/**
+ * Publish resource on the RD.
+ *
+ * @param addr The IP address of the RD, it could be either retrieved via OCRDDiscover().
+ * @param port The port of the RD.
+ * @param num This denotes the number of registered resource handles being passed
+ *            for the remaining arguments.
+ *
+ * @returns ::OC_STACK_OK when successful and OC_STACK_ERROR when query failed.
+ */
 OCStackResult OCRDPublish(char *addr, uint16_t port, int num, ...);
 
 #ifdef __cplusplus