diff -rupN FreeImage/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox FreeImage-new/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox --- FreeImage/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox 2011-07-30 19:02:48.000000000 +0200 +++ FreeImage-new/Wrapper/FreeImagePlus/doc/FreeImagePlus.dox 2015-09-05 02:10:36.890581408 +0200 @@ -51,7 +51,7 @@ PROJECT_LOGO = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = D:/Projects/FreeImage/Wrapper/FreeImagePlus/ +OUTPUT_DIRECTORY = . # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -598,7 +598,7 @@ WARN_FORMAT = "$file:$line: $ # and error messages should be written. If left blank the output is written # to stderr. -WARN_LOGFILE = D:\Projects\FreeImage\Wrapper\FreeImagePlus\doc\doxygen.log +WARN_LOGFILE = ./doxygen.log #--------------------------------------------------------------------------- # configuration options related to the input files @@ -609,8 +609,7 @@ WARN_LOGFILE = D:\Projects\Fre # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = D:/Projects/FreeImage/Source/FreeImage.h \ - D:/Projects/FreeImage/Wrapper/FreeImagePlus/FreeImagePlus.h +INPUT = ../../../Source/FreeImage.h ../FreeImagePlus.h # 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