From: Dan F. <dfa...@us...> - 2009-10-06 23:53:23
|
Update of /cvsroot/libexif/libexif/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9117/doc Modified Files: Doxyfile-internals.in Doxyfile.in Log Message: Added --enable-maintainer-mode in configure and made the SourceForge logo appear in the Doxygen documentation only when it's enabled. Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -d -r1.12 -r1.13 --- Doxyfile.in 26 Aug 2009 21:44:46 -0000 1.12 +++ Doxyfile.in 6 Oct 2009 23:53:11 -0000 1.13 @@ -628,7 +628,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = @srcdir@/footer.html +@MAINTAINER_MODE_TRUE@HTML_FOOTER = @srcdir@/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- Doxyfile-internals.in 26 Aug 2009 21:44:46 -0000 1.8 +++ Doxyfile-internals.in 6 Oct 2009 23:53:11 -0000 1.9 @@ -628,7 +628,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = @srcdir@/footer.html +@MAINTAINER_MODE_TRUE@HTML_FOOTER = @srcdir@/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to |