From: Hans U. N. <hu...@us...> - 2007-08-14 19:55:39
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14657/doc Modified Files: Doxyfile-internals.in Log Message: document test code for internal docs Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -d -r1.5 -r1.6 --- Doxyfile-internals.in 21 May 2007 18:33:56 -0000 1.5 +++ Doxyfile-internals.in 14 Aug 2007 19:55:36 -0000 1.6 @@ -450,7 +450,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/libexif +INPUT = @top_srcdir@/libexif @top_srcdir@/test # 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 |