Author: hwright
Date: Wed Apr 27 17:30:42 2011
New Revision: 1097188
URL: http://svn.apache.org/viewvc?rev=1097188&view=rev
Log:
Remove a couple of @since tags which are unneeded in this scope.
* subversion/svn/tree-conflicts.h
(svn_cl__get_human_readable_tree_conflict_description,
svn_cl__append_tree_conflict_info_xml): Remove since tags.
Modified:
subversion/trunk/subversion/svn/tree-conflicts.h
Modified: subversion/trunk/subversion/svn/tree-conflicts.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/tree-conflicts.h?rev=1097188&r1=1097187&r2=1097188&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/tree-conflicts.h (original)
+++ subversion/trunk/subversion/svn/tree-conflicts.h Wed Apr 27 17:30:42 2011
@@ -44,8 +44,6 @@ extern "C" {
* description of a tree conflict described by @a conflict.
*
* Allocate the result in @a pool.
- *
- * @since New in 1.6.
*/
svn_error_t *
svn_cl__get_human_readable_tree_conflict_description(
@@ -56,8 +54,6 @@ svn_cl__get_human_readable_tree_conflict
/**
* Append to @a str an XML representation of the tree conflict data
* for @a conflict, in a format suitable for 'svn info --xml'.
- *
- * @since New in 1.6.
*/
svn_error_t *
svn_cl__append_tree_conflict_info_xml(