Author: danielsh
Date: Thu Mar 17 20:19:01 2022
New Revision: 1899001

URL: http://svn.apache.org/viewvc?rev=1899001&view=rev
Log:
* subversion/libsvn_wc/wc.h
  (SVN_WC__VERSION, SVN_WC__SUPPORTED_VERSION): Add cross-references.
    No functional change.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=1899001&r1=1899000&r2=1899001&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Thu Mar 17 20:19:01 2022
@@ -171,11 +171,17 @@ extern "C" {
  * Please document any further format changes here.
  */
 
-/* The newest WC format this client supports. */
+/* The newest WC format this client supports.
+ *
+ * @see svn_wc__max_supported_format()
+ */
 #define SVN_WC__VERSION 32
 
 /* The minimum WC version supported by the client.
-   IMPORTANT: Update the implementation of svn_client_default_wc_version()
+ *
+ * @see svn_wc__min_supported_format()
+ */
+/* IMPORTANT: Update the implementation of svn_client_default_wc_version()
               and svn_client_get_wc_formats_supported()
               whenever you change this value! */
 #define SVN_WC__SUPPORTED_VERSION 31


Reply via email to