You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <cl...@yahoo.com> on 2001/02/13 19:34:01 UTC

RE: docco problem

>  /**
>   * 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