X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fdocs%2FDoxyfile;h=77c863d54545cc684e6911bcc40c4795e67582a0;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=8b5740abd10f3e2477a7870d14b76608640a7e93;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/docs/Doxyfile b/resource/docs/Doxyfile index 8b5740a..77c863d 100644 --- a/resource/docs/Doxyfile +++ b/resource/docs/Doxyfile @@ -648,7 +648,7 @@ WARN_FORMAT = "$file:$line: $text" # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = +WARN_LOGFILE = ./doxygen.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -666,13 +666,14 @@ INPUT = . \ ../include/OCResourceRequest.h \ ../include/OCResourceResponse.h \ ../include/OCResource.h \ - ../resource/csdk/stack/include/octypes.h \ - ../resource/csdk/stack/include/ocstackconfig.h \ + ../csdk/stack/include/octypes.h \ + ../csdk/stack/include/ocstackconfig.h \ guides \ ../../service/things-manager/sdk/inc \ ../../service/soft-sensor-manager/SDK/cpp/include \ ../../service/protocol-plugin/plugin-manager/src/PluginManager.h \ - ../../service/noification-manager/NotificationManager/include/hosting.h + ../../service/notification-manager/NotificationManager/include/hosting.h \ + ../../service/resource-encapsulation/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