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

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

Author: dannas
Date: Mon Apr 12 11:32:58 2010
New Revision: 933196

URL: http://svn.apache.org/viewvc?rev=933196&view=rev
Log:
Follow-up to r932571. Correct errors in doc comments.

Obvious fix.

* subversion/include/svn_wc.h
  (svn_wc_status3_t): Add missing @since tag.
  (svn_wc_dup_status2): Correct comment to point out that the function 
    should be the same as svn_wc_dup_status3().

Suggested by: gstein

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=933196&r1=933195&r2=933196&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Mon Apr 12 11:32:58 2010
@@ -3530,6 +3530,8 @@ enum svn_wc_status_kind
  * @note Fields may be added to the end of this structure in future
  * versions.  Therefore, to preserve binary compatibility, users
  * should not directly allocate structures of this type.
+ *
+ * @since New in 1.7.
  */
 typedef struct svn_wc_status3_t
 {
@@ -3797,7 +3799,7 @@ svn_wc_dup_status3(const svn_wc_status3_
                    apr_pool_t *pool);
 
 /**
- * Same as svn_wc_dup_status2(), but for older svn_wc_status_t structures.
+ * Same as svn_wc_dup_status3(), but for older svn_wc_status_t structures.
  *
  * @since New in 1.2
  * @deprecated Provided for backward compatibility with the 1.6 API.