at 18.03-beta 1.4 kB view raw
1--- origsrc/Doxyfile.in 2008-04-26 16:57:32.000000000 -0500 2+++ src/Doxyfile.in 2012-03-29 18:15:56.649709100 -0500 3@@ -460,14 +460,14 @@ WARN_LOGFILE = 4 # with spaces. 5 6 INPUT = \ 7- ./popt.c \ 8- ./popt.h \ 9- ./poptconfig.c \ 10- ./popthelp.c \ 11- ./poptint.c \ 12- ./poptint.h \ 13- ./poptparse.c \ 14- ./system.h 15+ @srcdir@/popt.c \ 16+ @srcdir@/popt.h \ 17+ @srcdir@/poptconfig.c \ 18+ @srcdir@/popthelp.c \ 19+ @srcdir@/poptint.c \ 20+ @srcdir@/poptint.h \ 21+ @srcdir@/poptparse.c \ 22+ @srcdir@/system.h 23 24 # If the value of the INPUT tag contains directories, you can use the 25 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 26@@ -658,7 +658,7 @@ HTML_HEADER = 27 # each generated HTML page. If it is left blank doxygen will generate a 28 # standard footer. 29 30-HTML_FOOTER = footer_no_timestamp.html 31+HTML_FOOTER = @srcdir@/footer_no_timestamp.html 32 33 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 34 # style sheet that is used by each HTML page. It can be used to