Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 16016 invoked from network); 7 Feb 2005 23:12:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Feb 2005 23:12:24 -0000 Received: (qmail 24050 invoked by uid 500); 7 Feb 2005 23:12:21 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 24014 invoked by uid 500); 7 Feb 2005 23:12:21 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list commits@apr.apache.org Received: (qmail 23997 invoked by uid 99); 7 Feb 2005 23:12:20 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 07 Feb 2005 15:12:20 -0800 Received: (qmail 15690 invoked by uid 65534); 7 Feb 2005 23:12:17 -0000 Message-ID: <20050207231217.15687.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Mon, 07 Feb 2005 23:12:17 -0000 Subject: svn commit: r151769 - apr/apr/trunk/docs/doxygen.conf To: commits@apr.apache.org From: jerenkrantz@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: jerenkrantz Date: Mon Feb 7 15:12:15 2005 New Revision: 151769 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D151769 Log: * docs/doxygen.conf: Set CASE_SENSE_NAMES=3DNO and comment out STRIP_FROM_P= ATH. Modified: apr/apr/trunk/docs/doxygen.conf Modified: apr/apr/trunk/docs/doxygen.conf URL: http://svn.apache.org/viewcvs/apr/apr/trunk/docs/doxygen.conf?view=3Dd= iff&r1=3D151768&r2=3D151769 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- apr/apr/trunk/docs/doxygen.conf (original) +++ apr/apr/trunk/docs/doxygen.conf Mon Feb 7 15:12:15 2005 @@ -25,9 +25,10 @@ STRIP_CODE_COMMENTS=3DNO =20 FULL_PATH_NAMES=3DNO +CASE_SENSE_NAMES=3DNO # some autoconf guru needs to make configure set this correctly... # in the meantime, simply listing the headers should be alright -STRIP_FROM_PATH=3D/buildpath/apr +#STRIP_FROM_PATH=3D/buildpath/apr =20 EXCLUDE_PATTERNS=3D"*/acconfig.h" \ "*/test/*" \