Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 56565 invoked from network); 9 Dec 2004 23:15:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Dec 2004 23:15:13 -0000 Received: (qmail 83943 invoked by uid 500); 9 Dec 2004 23:15:11 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 83906 invoked by uid 500); 9 Dec 2004 23:15:11 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 83893 invoked by uid 99); 9 Dec 2004 23:15:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Message-ID: <41B8C960.3060607@holsman.net> Date: Fri, 10 Dec 2004 08:53:36 +1100 From: Ian Holsman User-Agent: Mozilla Thunderbird 1.0RC1 (Macintosh/20041203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@apr.apache.org Subject: doxygen changes.. it might break things Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I want to add the following into apr-util's doxygen.conf +TAGFILES=../apr/docs/dox/apr.tag=/apr and then add the following to httpd's +TAGFILES=../apr/docs/dox/apr.tag=/apr ../apr-util/docs/dox/apu.tag=/apr-util what this will do is split the apr, apr-util, and httpd doxygen pages to seperate places. this will mean that places like http://apr.apache.org/docs/apr-util/ will have links to apr functions.. I'll wait a couple of days and if no one objects I'll commit it..