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>
../../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
*
* @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);
};
}
}
-#endif //RCS_DISCOVERYMANAGER_H_
\ No newline at end of file
+#endif //RCS_DISCOVERYMANAGER_H_
* and the developers. Developer will get the RCSRemoteResourceObject by calling the
* discoverResource() API of "RCSDiscoveryManager" class.
*
- * @see DiscoveryManager
+ * @see RCSDiscoveryManager
*
*/
class RCSRemoteResourceObject
* @see Type
* @see iterator
* @see const_iterator
- * @see DiscoveryManager
- * @see RemoteResourceObject
+ * @see RCSDiscoveryManager
+ * @see RCSRemoteResourceObject
* @see RCSResourceObject
*/
class RCSResourceAttributes