DoxyGen file update.
authorJaehong Jo <jaehong.jo@samsung.com>
Fri, 16 Dec 2016 04:11:31 +0000 (13:11 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 19 Dec 2016 02:17:37 +0000 (02:17 +0000)
CPP APIs
  ../../include/OCException.h \

C APIs
  ../../c_common/ocrandom/include/ocrandom.h \
  ../../c_common/oic_malloc/include/oic_malloc.h \
  ../../c_common/oic_string/include/oic_string.h \
  ../../c_common/oic_time/include/oic_time.h \

Change-Id: If123688d3aaa050ece8b2cc994eed589ed111d26
Signed-off-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15739
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Dan Mihai <Daniel.Mihai@microsoft.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
resource/docs/c-doc/Doxyfile
resource/docs/cpp-doc/Doxyfile

index 5568b55..f97521c 100644 (file)
@@ -34,7 +34,7 @@ PROJECT_NAME           = "IoTivity C SDK"
 
 PROJECT_NUMBER         =
 
-# Using the PROJECT_BRIEF tag one can provide an optional one line description
+# Using the PROJECT_BRIEF tag one can provide an optional one line descriptifon
 # for a project that appears at the top of each page and should give viewer
 # a quick idea about the purpose of the project. Keep the description short.
 
@@ -676,6 +676,10 @@ INPUT                  = . \
              ../../csdk/stack/include/internal/ocstackinternal.h \
              ../../csdk/stack/include/internal/oicgroup.h \
              ../../csdk/stack/include/internal/oickeepalive.h \
+             ../../c_common/ocrandom/include/ocrandom.h \
+             ../../c_common/oic_malloc/include/oic_malloc.h \
+             ../../c_common/oic_string/include/oic_string.h \
+             ../../c_common/oic_time/include/oic_time.h \
              ../../csdk/connectivity/api \
              guides \
              ../../csdk/security/include \
index 3a6f5ae..b20c738 100644 (file)
@@ -661,6 +661,7 @@ WARN_LOGFILE           = ./doxygen.log
 
 INPUT                  = . \
                          ../../include/OCApi.h \
+                         ../../include/OCException.h \
                          ../../include/OCPlatform.h \
                          ../../include/OCRepresentation.h \
                          ../../include/OCResourceRequest.h \