From: Hans U. N. <hu...@us...> - 2005-06-19 22:06:51
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30612/doc Modified Files: Doxyfile.in Log Message: make doxygen recurse dirs Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -d -r1.2 -r1.3 --- Doxyfile.in 19 Jun 2005 21:46:52 -0000 1.2 +++ Doxyfile.in 19 Jun 2005 22:06:42 -0000 1.3 @@ -465,7 +465,7 @@ FILE_PATTERNS = *.h *.c # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a |