You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/05/20 16:05:50 UTC

svn commit: r1125403 - /subversion/trunk/subversion/include/svn_io.h

Author: julianfoad
Date: Fri May 20 14:05:50 2011
New Revision: 1125403

URL: http://svn.apache.org/viewvc?rev=1125403&view=rev
Log:
* subversion/include/svn_io.h
  (svn_io_dir_walk2): Document the 'wanted' parameter better.

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

Modified: subversion/trunk/subversion/include/svn_io.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=1125403&r1=1125402&r2=1125403&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Fri May 20 14:05:50 2011
@@ -1514,7 +1514,8 @@ typedef svn_error_t * (*svn_io_walk_func
  * on the directory itself before invoking it on any children thereof.
  *
  * Deliver to @a walk_func the information specified by @a wanted,
- * plus the items specified by @c APR_FINFO_TYPE and @c APR_FINFO_NAME.
+ * which is a combination of @c APR_FINFO_* flags, plus the
+ * information specified by @c APR_FINFO_TYPE and @c APR_FINFO_NAME.
  *
  * Use @a pool for all allocations.
  *