rbb 2002/11/30 17:51:02
Modified: docs doxygen.conf Log: Ignore both the test and the include/arch directory. Those are internal header files, and don't need to be doc'ed in the API docs. This removes some doxygen error messages. Revision Changes Path 1.7 +3 -0 apr/docs/doxygen.conf Index: doxygen.conf =================================================================== RCS file: /home/cvs/apr/docs/doxygen.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- doxygen.conf 17 Jul 2002 05:15:17 -0000 1.6 +++ doxygen.conf 1 Dec 2002 01:51:02 -0000 1.7 @@ -21,3 +21,6 @@ FULL_PATH_NAMES=YES # some autoconf guru needs to make configure set this correctly... STRIP_FROM_PATH=/home/rbb/httpd-2.0/srclib/apr + +EXCLUDE_PATTERNS="*/test/*" \ + "*/arch/*"
