From cc4b323acf144b67089e5adeeafc0d957fa6354c Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 9 May 2015 12:54:01 +0000 Subject: [PATCH] Fixed a bunch of warnings during make doc. --- config/Doxyfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/Doxyfile b/config/Doxyfile index 2d1dab76..d4bcec80 100644 --- a/config/Doxyfile +++ b/config/Doxyfile @@ -701,13 +701,13 @@ RECURSIVE = NO # run. EXCLUDE = ../samples/Jzon.h \ - ../src/getopt_win32.c \ - ../src/getopt_win32.h \ ../samples/Jzon.cpp \ + ../src/getopt_win32.c \ ../src/localtime.c \ - ../src/private.h \ - ../src/timegm.h \ - ../src/tzfile.h + ../include/exiv2/getopt_win32.h \ + ../include/exiv2/private.h \ + ../include/exiv2/timegm.h \ + ../include/exiv2/tzfile.h # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded