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 2012/09/19 02:20:43 UTC

svn commit: r1387414 - /subversion/trunk/subversion/include/svn_wc.h

Author: julianfoad
Date: Wed Sep 19 00:20:42 2012
New Revision: 1387414

URL: http://svn.apache.org/viewvc?rev=1387414&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_changelist_receiver_t): Update the doc string.
  (svn_wc_get_changelists): Request a doc string.

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1387414&r1=1387413&r2=1387414&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Wed Sep 19 00:20:42 2012
@@ -7844,7 +7844,8 @@ svn_wc_set_changelist(const char *path,
 
 
 /**
- * The callback type used by svn_client_get_changelists().
+ * The callback type used by svn_wc_get_changelists() and
+ * svn_client_get_changelists().
  *
  * On each invocation, @a path is a newly discovered member of the
  * changelist, and @a baton is a private function closure.
@@ -7858,6 +7859,7 @@ typedef svn_error_t *(*svn_changelist_re
 
 
 /**
+ * ### TODO: Doc string, please.
  *
  * @since New in 1.7.
  */