You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/09/09 14:29:08 UTC

svn commit: r1623790 - /subversion/branches/log-message-templates/subversion/include/svn_client.h

Author: stsp
Date: Tue Sep  9 12:29:07 2014
New Revision: 1623790

URL: http://svn.apache.org/r1623790
Log:
On the log-message-templates branch:

* subversion/include/svn_client.h
  (svn_client_get_log_message_templates,
   svn_client_get_log_message_templates_for_commit_items): Fix @since markers.

Found by: rhuijben

Modified:
    subversion/branches/log-message-templates/subversion/include/svn_client.h

Modified: subversion/branches/log-message-templates/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/branches/log-message-templates/subversion/include/svn_client.h?rev=1623790&r1=1623789&r2=1623790&view=diff
==============================================================================
--- subversion/branches/log-message-templates/subversion/include/svn_client.h (original)
+++ subversion/branches/log-message-templates/subversion/include/svn_client.h Tue Sep  9 12:29:07 2014
@@ -2287,7 +2287,7 @@ svn_client_commit(svn_client_commit_info
  * Allocate @a *log_message_templates in @a result_pool.
  * Use @a scratch_pool for temporary allocations.
  *
- * @ since New in 1.9.
+ * @since New in 1.9.
  */
 svn_error_t *
 svn_client_get_log_message_templates(apr_hash_t **log_message_templates,
@@ -2300,7 +2300,7 @@ svn_client_get_log_message_templates(apr
 /* Like svn_client_get_log_message_templates(), but accepts an array of
  * commit items instead of an array of paths or URLs.
  *
- * @ since New in 1.9.
+ * @since New in 1.9.
  */
 svn_error_t *
 svn_client_get_log_message_templates_for_commit_items(