Update Doxygen path for Resource-Encapsulation
authorhunje.yeon <hunje.yeon@samsung.com>
Mon, 27 Jul 2015 07:36:54 +0000 (16:36 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 27 Jul 2015 08:08:21 +0000 (08:08 +0000)
Update header path of resource-encapsulation APIs in Doxyfile.
Fix broken API links of RCSDiscoveryManager, RCSRemoteResourceObject

Change-Id: I34671cbbde69fe0e1d616f1a789261ce28a41da6
Signed-off-by: hunje.yeon <hunje.yeon@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1930
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
resource/docs/Doxyfile
service/resource-encapsulation/include/RCSDiscoveryManager.h
service/resource-encapsulation/include/RCSRemoteResourceObject.h
service/resource-encapsulation/include/RCSResourceAttributes.h

index bdd623a..77c863d 100644 (file)
@@ -673,7 +673,7 @@ INPUT                  = . \
                          ../../service/soft-sensor-manager/SDK/cpp/include \
                          ../../service/protocol-plugin/plugin-manager/src/PluginManager.h \
                          ../../service/notification-manager/NotificationManager/include/hosting.h \
-                         ../../service/resource-manipulation/include \
+                         ../../service/resource-encapsulation/include \
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
index 2967d36..47e0b0d 100644 (file)
@@ -71,7 +71,7 @@ namespace OIC
                 *
                 * @throw InvalidParameterException : This API throws the InvalidParameterException if any of
                 *                                                         the parameter is invalid.
-                * @RCSAddress
+                * @see RCSAddress
                 */
                 void discoverResource(const RCSAddress &address, const std::string &resourceURI,
                                       OnResourceDiscoveredCallback cb);
@@ -90,4 +90,4 @@ namespace OIC
         };
     }
 }
-#endif //RCS_DISCOVERYMANAGER_H_
\ No newline at end of file
+#endif //RCS_DISCOVERYMANAGER_H_
index c080804..5f7846d 100644 (file)
@@ -98,7 +98,7 @@ namespace OIC
          *              and the developers. Developer will get the RCSRemoteResourceObject by calling the
          *              discoverResource() API of "RCSDiscoveryManager" class.
          *
-         * @see DiscoveryManager
+         * @see RCSDiscoveryManager
          *
          */
         class RCSRemoteResourceObject
index 2c0464c..9f4c98d 100644 (file)
@@ -84,8 +84,8 @@ namespace OIC
         * @see Type
         * @see iterator
         * @see const_iterator
-        * @see DiscoveryManager
-        * @see RemoteResourceObject
+        * @see RCSDiscoveryManager
+        * @see RCSRemoteResourceObject
         * @see RCSResourceObject
         */
         class RCSResourceAttributes