From: hunje.yeon Date: Sun, 19 Jul 2015 06:27:52 +0000 (+0900) Subject: Update Doxyfile for resource-manipulation X-Git-Tag: 1.2.0+RC1~1430^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7960d897657ac0101d0b94a32952ad0d4f160875;p=platform%2Fupstream%2Fiotivity.git 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 --- 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