[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fix docstrings

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-09 15:07:23 CEST

Hi,

forget my last patch. This one contains one more (even smaller) fix to
the doc strings.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org

[[[
Mention the correct API that's replaced and the correct version for
backward compatibility in the doc strings.
* subversion/include/svn_client.h
]]]
Index: subversion/include/svn_client.h
===================================================================
--- subversion/include/svn_client.h (Revision 19285)
+++ subversion/include/svn_client.h (Arbeitskopie)
@@ -1626,7 +1626,7 @@
                   svn_client_ctx_t *ctx,
                   apr_pool_t *pool);
 
-/** Similar to svn_wc_merge2(), but with @a merge_options set to @c NULL.
+/** Similar to svn_client_merge2(), but with @a merge_options set to @c NULL.
  *
  * @deprecated Provided for backwards compatibility with the 1.3 API.
  */
@@ -2350,7 +2350,7 @@
  *
  * @since New in 1.3.
  *
- * @deprecated Provided for backward compatibility with the 1.3 API.
+ * @deprecated Provided for backward compatibility with the 1.2 API.
  */
 svn_error_t *
 svn_client_ls3(apr_hash_t **dirents,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 9 15:08:00 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.