Author: julianfoad
Date: Mon Feb 28 09:49:23 2022
New Revision: 1898461

URL: http://svn.apache.org/viewvc?rev=1898461&view=rev
Log:
* subversion/include/svn_client.h
  Fix doc strings. A follow-up to r1898378.

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=1898461&r1=1898460&r2=1898461&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Feb 28 09:49:23 2022
@@ -4450,6 +4450,11 @@ svn_client_latest_wc_version(apr_pool_t
  *
  * Only the @c .major and @c .minor version fields are significant: so a
  * version_max value of 1.15.0 for example means "up to 1.15.x".
+ *
+ * @warning Do not manually allocate structs of this type, as fields may
+ * be added in the future.
+ *
+ * @since New in 1.15.
  */
 typedef struct svn_client_wc_format_t {
     /* Oldest version of svn libraries known to support this WC version */
@@ -4462,6 +4467,8 @@ typedef struct svn_client_wc_format_t {
 
 /** Return the version of the Subversion library that first supported
  * the given WC format, @a wc_format.
+ *
+ * @since New in 1.15.
  */
 const svn_version_t *
 svn_client__wc_version_from_format(int wc_format,
@@ -4475,6 +4482,8 @@ svn_client__wc_version_from_format(int w
  * containing all null/zero fields.
  *
  * The returned data are allocated in @a result_pool and/or statically.
+ *
+ * @since New in 1.15.
  */
 const svn_client_wc_format_t *
 svn_client_supported_wc_formats(apr_pool_t *result_pool,


Reply via email to