Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 48996 invoked from network); 23 Jun 2004 02:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 02:22:44 -0000 Received: (qmail 62001 invoked by uid 500); 23 Jun 2004 02:23:02 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 61852 invoked by uid 500); 23 Jun 2004 02:23:00 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 61721 invoked by uid 500); 23 Jun 2004 02:22:59 -0000 Delivered-To: apmail-httpd-apreq-2-cvs@apache.org Received: (qmail 61484 invoked by uid 99); 23 Jun 2004 02:22:56 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 22 Jun 2004 19:22:54 -0700 Received: (qmail 48816 invoked by uid 1221); 23 Jun 2004 02:22:29 -0000 Date: 23 Jun 2004 02:22:29 -0000 Message-ID: <20040623022229.48815.qmail@minotaur.apache.org> From: joes@apache.org To: httpd-apreq-2-cvs@apache.org Subject: cvs commit: httpd-apreq-2/src groups.dox.in Makefile.am apreq.h apreq_cookie.h apreq_env.c apreq_env.h apreq_params.h apreq_version.h X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N joes 2004/06/22 19:22:29 Modified: . CHANGES FAQ README STATUS configure.ac build dox.foot dox.head doxygen.conf.in version_check.pl env mod_apreq.c src Makefile.am apreq.h apreq_cookie.h apreq_env.c apreq_env.h apreq_params.h apreq_version.h Added: src groups.dox.in Log: Large-scale doxygen cleanups: add src/groups.dox.in to move doxygen formatting instructions out of the header files. Document the new directives for mod_apreq, and have doxygen build manpages. The manpages are currently unsuitable for installed documentation. Revision Changes Path 1.43 +1 -1 httpd-apreq-2/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-apreq-2/CHANGES,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- CHANGES 21 Jun 2004 18:32:24 -0000 1.42 +++ CHANGES 23 Jun 2004 02:22:28 -0000 1.43 @@ -1,4 +1,4 @@ -/** @page CHANGES +/** @page apreq_changes CHANGES @brief List of major changes. @section v2_04_dev Changes with libapreq2-2.04-dev 1.2 +1 -1 httpd-apreq-2/FAQ Index: FAQ =================================================================== RCS file: /home/cvs/httpd-apreq-2/FAQ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- FAQ 21 Jun 2004 18:32:24 -0000 1.1 +++ FAQ 23 Jun 2004 02:22:28 -0000 1.2 @@ -1,4 +1,4 @@ -/** @page FAQ +/** @page apreq_faq FAQ The FAQ ... 1.8 +1 -1 httpd-apreq-2/README Index: README =================================================================== RCS file: /home/cvs/httpd-apreq-2/README,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- README 14 Jun 2004 19:16:00 -0000 1.7 +++ README 23 Jun 2004 02:22:28 -0000 1.8 @@ -1,5 +1,5 @@ - Apache HTTP Request Library + Apache HTTP Server Request Library What is it? ----------- 1.55 +2 -2 httpd-apreq-2/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-apreq-2/STATUS,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- STATUS 19 Jun 2004 20:03:59 -0000 1.54 +++ STATUS 23 Jun 2004 02:22:28 -0000 1.55 @@ -1,5 +1,5 @@ Last modified at [$Date$] -*-text-*- -/** @page STATUS +/** @page apreq_status STATUS 2.04-dev under development 1.20 +2 -1 httpd-apreq-2/configure.ac Index: configure.ac =================================================================== RCS file: /home/cvs/httpd-apreq-2/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- configure.ac 21 Jun 2004 18:32:24 -0000 1.19 +++ configure.ac 23 Jun 2004 02:22:28 -0000 1.20 @@ -32,6 +32,7 @@ dnl Checks for library functions. AC_APREQ -AC_CONFIG_FILES([Makefile src/Makefile env/Makefile glue/Makefile t/Makefile build/doxygen.conf]) +AC_CONFIG_FILES([Makefile src/Makefile env/Makefile glue/Makefile t/Makefile]) +AC_CONFIG_FILES([build/doxygen.conf src/groups.dox]) AC_CONFIG_FILES([apreq2-config], [chmod +x apreq2-config]) AC_OUTPUT 1.2 +3 -2 httpd-apreq-2/build/dox.foot Index: dox.foot =================================================================== RCS file: /home/cvs/httpd-apreq-2/build/dox.foot,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dox.foot 21 Jun 2004 18:32:24 -0000 1.1 +++ dox.foot 23 Jun 2004 02:22:28 -0000 1.2 @@ -3,8 +3,9 @@ Copyright © 2003-2004 The Apache Software Foundation.
See LICENSE.

+page generated by doxygen +version $doxygenversion on $date +

1.2 +1 -1 httpd-apreq-2/build/dox.head Index: dox.head =================================================================== RCS file: /home/cvs/httpd-apreq-2/build/dox.head,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dox.head 21 Jun 2004 18:32:24 -0000 1.1 +++ dox.head 23 Jun 2004 02:22:28 -0000 1.2 @@ -1,7 +1,7 @@ - libapreq2 API Documentation + $projectname-$projectnumber: $title