You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/03/19 21:05:51 UTC

svn commit: r1458489 - /subversion/trunk/subversion/include/svn_sorts.h

Author: cmpilato
Date: Tue Mar 19 20:05:51 2013
New Revision: 1458489

URL: http://svn.apache.org/r1458489
Log:
* subversion/include/svn_sorts.h
  (svn_sort__array_reverse): Note in docstring that this is private.
    (The name should reveal as much, but other functions in this
    header call this sort of thing out explicitly.)

Modified:
    subversion/trunk/subversion/include/svn_sorts.h

Modified: subversion/trunk/subversion/include/svn_sorts.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_sorts.h?rev=1458489&r1=1458488&r2=1458489&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_sorts.h (original)
+++ subversion/trunk/subversion/include/svn_sorts.h Tue Mar 19 20:05:51 2013
@@ -209,6 +209,8 @@ svn_sort__array_delete(apr_array_header_
                        int elements_to_delete);
 
 /* Reverse the order of elements in @a array, in place.
+ *
+ * @note Private. For use by Subversion's own code only.
  */
 void
 svn_sort__array_reverse(apr_array_header_t *array,