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 2014/03/26 13:03:28 UTC

svn commit: r1581796 - /subversion/trunk/subversion/include/svn_client.h

Author: rhuijben
Date: Wed Mar 26 12:03:28 2014
New Revision: 1581796

URL: http://svn.apache.org/r1581796
Log:
* subversion/include/svn_client.h
  (svn_client_cat3): Update documentation.
  (svn_client_cat2): Add accidentally removed @since.

Found by: julianfoad

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=1581796&r1=1581795&r2=1581796&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Mar 26 12:03:28 2014
@@ -5767,9 +5767,6 @@ svn_client_ls(apr_hash_t **dirents,
  * @param[in] expand_keywords  When true, keywords (when set) are expanded.
  * @param[in] ctx   The standard client context, used for possible
  *                  authentication.
- * @param[in] pool  Used for any temporary allocation.
- *
- * @todo Add an expansion/translation flag?
  *
  * @return A pointer to an #svn_error_t of the type (this list is not
  *         exhaustive): <br>
@@ -5799,6 +5796,7 @@ svn_client_cat3(apr_hash_t **props,
  * Similar to svn_client_cat3() except without the option of directly
  * reading the properties, and with @a expand_keywords always TRUE.
  *
+ * @since New in 1.2.
  * @deprecated Provided for backward compatibility with the 1.8 API.
  */
 SVN_DEPRECATED