From: William R. Dieter Date: Wed, 25 Feb 2015 03:38:03 +0000 (-0500) Subject: Removed non-existent files from Doxyfile to reduce number of warnings X-Git-Tag: 1.2.0+RC1~1919 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5894853bc81c98685a14547998718cafe05d2c1;p=platform%2Fupstream%2Fiotivity.git Removed non-existent files from Doxyfile to reduce number of warnings The files removed from the Doxyfile do not exist in the repo. I have removed them to remove warnings that they do not exist. Change-Id: I7d8eb26c69426ad1595c42f4bbd27f3f897d3095 Signed-off-by: William R. Dieter Reviewed-on: https://gerrit.iotivity.org/gerrit/408 Tested-by: jenkins-iotivity Reviewed-by: Sashi Penta --- diff --git a/resource/docs/Doxyfile b/resource/docs/Doxyfile index 2eea25441..e152b27f2 100644 --- a/resource/docs/Doxyfile +++ b/resource/docs/Doxyfile @@ -678,14 +678,11 @@ WARN_LOGFILE = INPUT = . \ ../include/OCApi.h \ ../include/OCPlatform.h \ - ../include/OCPlatformHandler.h \ ../include/OCRepresentation.h \ ../include/OCResourceRequest.h \ ../include/OCResourceResponse.h \ ../include/OCResource.h \ - ../include/OCResourceHandler.h \ guides \ - ../RELEASE.txt # 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