From: Hans U. N. <hu...@us...> - 2007-05-21 14:25:02
|
Update of /cvsroot/libexif/libexif/doc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1555/doc Modified Files: Doxyfile-internals.in Doxyfile.in Log Message: Ahem. It IS #include <libexif/foo>, not <exif/foo>, after all. Revert hacks and changes Index: Doxyfile.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -d -r1.8 -r1.9 --- Doxyfile.in 21 May 2007 13:51:55 -0000 1.8 +++ Doxyfile.in 21 May 2007 14:24:57 -0000 1.9 @@ -477,7 +477,7 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = YES +EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude Index: Doxyfile-internals.in =================================================================== RCS file: /cvsroot/libexif/libexif/doc/Doxyfile-internals.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- Doxyfile-internals.in 21 May 2007 13:51:55 -0000 1.3 +++ Doxyfile-internals.in 21 May 2007 14:24:57 -0000 1.4 @@ -477,7 +477,7 @@ EXCLUDE = # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = YES +EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |