You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2012/10/16 21:27:54 UTC

svn commit: r1398939 - /subversion/trunk/subversion/include/svn_client.h

Author: hwright
Date: Tue Oct 16 19:27:53 2012
New Revision: 1398939

URL: http://svn.apache.org/viewvc?rev=1398939&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_create_context2): Update docstring.

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

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1398939&r1=1398938&r2=1398939&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Tue Oct 16 19:27:53 2012
@@ -992,7 +992,8 @@ typedef struct svn_client_ctx_t
  * Set @a *ctx to a client context object, allocated in @a pool, that
  * represents a particular instance of an svn client. @a cfg_hash is used
  * to initialise the config member of the returned context object and should
- * remain valid for the lifetime of the object.
+ * remain valid for the lifetime of the object. @a cfg_hash may be @c NULL,
+ * in which case it is ignored.
  *
  * In order to avoid backwards compatibility problems, clients must
  * use this function to initialize and allocate the