Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 41075 invoked from network); 2 Jan 2006 20:27:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jan 2006 20:27:24 -0000 Received: (qmail 64325 invoked by uid 500); 2 Jan 2006 20:27:24 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 64286 invoked by uid 500); 2 Jan 2006 20:27:24 -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-Id: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 64275 invoked by uid 99); 2 Jan 2006 20:27:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2006 12:27:24 -0800 X-ASF-Spam-Status: No, hits=-9.4 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.29) with SMTP; Mon, 02 Jan 2006 12:27:23 -0800 Received: (qmail 40899 invoked by uid 65534); 2 Jan 2006 20:27:03 -0000 Message-ID: <20060102202703.40898.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r365423 - /httpd/apreq/trunk/include/apreq_error.h Date: Mon, 02 Jan 2006 20:27:02 -0000 To: apreq-cvs@httpd.apache.org From: pgollucci@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: pgollucci Date: Mon Jan 2 12:27:01 2006 New Revision: 365423 URL: http://svn.apache.org/viewcvs?rev=365423&view=rev Log: fix include/apreq_error.h:43: Warning: Member APR_EBADARG of file apreq_error.h is not documented. Modified: httpd/apreq/trunk/include/apreq_error.h Modified: httpd/apreq/trunk/include/apreq_error.h URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/include/apreq_error.h?rev=365423&r1=365422&r2=365423&view=diff ============================================================================== --- httpd/apreq/trunk/include/apreq_error.h (original) +++ httpd/apreq/trunk/include/apreq_error.h Mon Jan 2 12:27:01 2006 @@ -40,6 +40,10 @@ */ #ifndef APR_EBADARG +/** + * Bad Arguments return value + * @see APR_BADARG + */ #define APR_EBADARG APR_BADARG /* XXX: don't use APR_BADARG */ #endif