You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/04/09 12:48:51 UTC

svn commit: r932350 - /subversion/trunk/subversion/include/svn_repos.h

Author: rhuijben
Date: Fri Apr  9 10:48:50 2010
New Revision: 932350

URL: http://svn.apache.org/viewvc?rev=932350&view=rev
Log:
Following up on r932335, add a missing @since and @deprecated.

* subversion/include/svn_repos.h
  (svn_repos_verify_fs2, svn_repos_verify_fs): Update comment.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=932350&r1=932349&r2=932350&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Fri Apr  9 10:48:50 2010
@@ -2142,6 +2142,8 @@ typedef svn_error_t *(*svn_repos_progres
  * If @a cancel_func is not @c NULL, call it periodically with @a
  * cancel_baton as argument to see if the caller wishes to cancel the
  * verification.
+ *
+ * @since New in 1.7.
  */
 svn_error_t *
 svn_repos_verify_fs2(svn_repos_t *repos,
@@ -2158,6 +2160,7 @@ svn_repos_verify_fs2(svn_repos_t *repos,
  * handling feedback via the progress_func handler
  *
  * @since New in 1.5.
+ * @deprecated Provided for backward compatibility with the 1.6 API.
  */
 SVN_DEPRECATED
 svn_error_t *