mcatan 2004/04/02 01:05:44
Modified: docs Doxyfile.in Log: changed path Revision Changes Path 1.5 +4 -2 logging-log4cxx/docs/Doxyfile.in Index: Doxyfile.in =================================================================== RCS file: /home/cvs/logging-log4cxx/docs/Doxyfile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Doxyfile.in 7 Mar 2004 06:23:28 -0000 1.4 +++ Doxyfile.in 2 Apr 2004 09:05:44 -0000 1.5 @@ -336,8 +336,10 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/include @top_srcdir@/src \ - mainpage.dox introduction.dox +INPUT = @top_srcdir@/include + @top_srcdir@/src \ + @top_srcdir@/docs/mainpage.dox \ + @top_srcdir@/docs/introduction.dox # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
