You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2012/01/29 08:53:07 UTC

svn commit: r1237209 - /apr/apr-util/branches/1.5.x/include/apr_buckets.h

Author: bojan
Date: Sun Jan 29 07:53:07 2012
New Revision: 1237209

URL: http://svn.apache.org/viewvc?rev=1237209&view=rev
Log:
Backport r1237208 to 1.5.x.
Fix doxygen typos in apr_buckets.h.
Patch by Hiroaki KAWAI <kawai at apache.org>.
PR: 52521.

Modified:
    apr/apr-util/branches/1.5.x/include/apr_buckets.h   (contents, props changed)

Modified: apr/apr-util/branches/1.5.x/include/apr_buckets.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/include/apr_buckets.h?rev=1237209&r1=1237208&r2=1237209&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/include/apr_buckets.h (original)
+++ apr/apr-util/branches/1.5.x/include/apr_buckets.h Sun Jan 29 07:53:07 2012
@@ -687,10 +687,10 @@ APU_DECLARE(apr_status_t) apr_brigade_cl
  * @param b The brigade to split
  * @param e The first bucket to move
  * @param a The brigade which should be used for the result or NULL if
- *          a new brigade should be created. The brigade @param a will be
+ *          a new brigade should be created. The brigade @a a will be
  *          cleared if it is not empty.
- * @return The brigade supplied in @param a or a new one if @param a was NULL.
- * @warning Note that this function allocates a new brigade if @param a is
+ * @return The brigade supplied in @a a or a new one if @a a was NULL.
+ * @warning Note that this function allocates a new brigade if @a a is
  * NULL so memory consumption should be carefully considered.
  */
 APU_DECLARE(apr_bucket_brigade *) apr_brigade_split_ex(apr_bucket_brigade *b,
@@ -700,8 +700,8 @@ APU_DECLARE(apr_bucket_brigade *) apr_br
 /**
  * Create a new bucket brigade and move the buckets from the tail end
  * of an existing brigade into the new brigade.  Buckets from 
- * @param e to the last bucket (inclusively) of brigade @param b
- * are moved from @param b to the returned brigade.
+ * @a e to the last bucket (inclusively) of brigade @a b
+ * are moved from @a b to the returned brigade.
  * @param b The brigade to split 
  * @param e The first bucket to move
  * @return The new brigade

Propchange: apr/apr-util/branches/1.5.x/include/apr_buckets.h
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sun Jan 29 07:53:07 2012
@@ -0,0 +1,4 @@
+/apr/apr/trunk/include/apr_buckets.h:781403,781409,784519,784592,789965,794508,917837-917838,1127648,1128838,1129433,1133587,1207704,1210524,1211987,1214516,1237208
+/apr/apr-util/branches/1.3.x/include/apr_buckets.h:896410,1154885
+/apr/apr-util/branches/1.4.x/include/apr_buckets.h:1211211,1211330
+/apr/apr-util/trunk/include/apr_buckets.h:731033-731034,731225,731236,731291,731293,731379,743986,744009,745771,747612,747623,747630