From 7960d897657ac0101d0b94a32952ad0d4f160875 Mon Sep 17 00:00:00 2001 From: "hunje.yeon" Date: Sun, 19 Jul 2015 15:27:52 +0900 Subject: [PATCH] Update Doxyfile for resource-manipulation Add resource-manipulation API path into Doxyfile. Change-Id: Icf538956a34882d89831d38a35280cf1422b100b Signed-off-by: hunje.yeon Reviewed-on: https://gerrit.iotivity.org/gerrit/1735 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- resource/docs/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource/docs/Doxyfile b/resource/docs/Doxyfile index a1ecb43..bdd623a 100644 --- a/resource/docs/Doxyfile +++ b/resource/docs/Doxyfile @@ -672,7 +672,8 @@ INPUT = . \ ../../service/things-manager/sdk/inc \ ../../service/soft-sensor-manager/SDK/cpp/include \ ../../service/protocol-plugin/plugin-manager/src/PluginManager.h \ - ../../service/notification-manager/NotificationManager/include/hosting.h + ../../service/notification-manager/NotificationManager/include/hosting.h \ + ../../service/resource-manipulation/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 -- 2.7.4