You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by bl...@apache.org on 2010/12/22 01:05:33 UTC

svn commit: r1051703 - /subversion/trunk/subversion/include/svn_error.h

Author: blair
Date: Wed Dec 22 00:05:32 2010
New Revision: 1051703

URL: http://svn.apache.org/viewvc?rev=1051703&view=rev
Log:
Documentation addition.

* subversion/include/svn_error.h
  (svn_error_purge_tracing):
    Document that the input svn_error_t * can be NULL or SVN_NO_ERROR.

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

Modified: subversion/trunk/subversion/include/svn_error.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error.h?rev=1051703&r1=1051702&r2=1051703&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error.h (original)
+++ subversion/trunk/subversion/include/svn_error.h Wed Dec 22 00:05:32 2010
@@ -317,7 +317,7 @@ svn_handle_warning(FILE *stream,
  * error tracing placeholders, and return the new top-level error
  * chain item.  @a ERR should be considered unusable after passing
  * through this function, but should *not* be cleared (as the returned
- * error is shares memory with @a ERR).
+ * error is shares memory with @a ERR).  @a ERR can be SVN_NO_ERROR.
  *
  * @since New in 1.7.
  */