Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 92865 invoked by uid 500); 13 Feb 2001 18:34:29 -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 92836 invoked from network); 13 Feb 2001 18:34:26 -0000 From: Cliff Woolley To: dev@apr.apache.org MMDF-Warning: Parse error in original version of preceding line at mail.virginia.edu Subject: RE: docco problem Date: Tue, 13 Feb 2001 13:34:01 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 In-Reply-To: Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N > /** > * Insert a list of buckets before a specified bucket > - * @param a The buckets to insert > - * @param b The bucket to insert before > + * @param a The bucket to insert before > + * @param b The buckets to be inserted > * @deffunc void APR_BUCKET_INSERT_BEFORE(apr_bucket *a, apr_bucket *b) > */ > #define APR_BUCKET_INSERT_BEFORE(a, b) > [snip] PS: This conflicts with my earlier patch to the insertion macros, obviously. And I think my mailer munged some long lines, meaning it wouldn't apply cleanly anyway. So if somebody's going to commit this, it's easiest to apply the earlier patch first and then make this change by hand. Thanks, Cliff