From: Rami Jung Date: Fri, 2 Oct 2015 06:18:39 +0000 (+0900) Subject: add API set information in iotivity/service X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59da13e573d7732a77b476b6be3a8c994269d2d6;p=contrib%2Fiotivity.git add API set information in iotivity/service resource-encapsulation resource-hosting resource-container resource-container's bundle-api things-manager easy-setup resource-directory Change-Id: I618a7babbd65825d7fa464f77e188a54f3b8dc19 Signed-off-by: Rami Jung Reviewed-on: https://gerrit.iotivity.org/gerrit/3407 Tested-by: jenkins-iotivity Reviewed-by: Uze Choi --- diff --git a/resource/docs/Doxyfile b/resource/docs/Doxyfile index 08ad486..f732b6a 100644 --- a/resource/docs/Doxyfile +++ b/resource/docs/Doxyfile @@ -669,10 +669,13 @@ INPUT = . \ ../csdk/stack/include/octypes.h \ ../csdk/stack/include/ocstackconfig.h \ guides \ - ../../service/things-manager/sdk/inc \ - ../../service/resource-hosting/include/hosting.h \ ../../service/resource-encapsulation/include \ - ../../service/resource-directory/include \ + ../../service/resource-hosting/include \ + ../../service/resource-container/include \ + ../../service/resource-container/bundle-api/include \ + ../../service/things-manager/sdk/inc \ + ../../service/easy-setup/sdk/enrollee/api \ + ../../service/resource-directory/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