add API set information in iotivity/service
authorRami Jung <rami.jung@samsung.com>
Fri, 2 Oct 2015 06:18:39 +0000 (15:18 +0900)
committerUze Choi <uzchoi@samsung.com>
Sat, 3 Oct 2015 04:23:12 +0000 (04:23 +0000)
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 <rami.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3407
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
resource/docs/Doxyfile

index 08ad486..f732b6a 100644 (file)
@@ -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