Update of /cvsroot/libexif/libexif/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5851
Modified Files:
Doxyfile.in
Log Message:
no recursion into details for API docs
Index: Doxyfile.in
===================================================================
RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- Doxyfile.in 21 Jun 2005 00:03:56 -0000 1.6
+++ Doxyfile.in 21 Jun 2005 00:05:51 -0000 1.7
@@ -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 = YES
+RECURSIVE = NO
# 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
|