You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/03/19 15:27:48 UTC

svn commit: r1458309 - /subversion/trunk/subversion/include/svn_dav.h

Author: cmpilato
Date: Tue Mar 19 14:27:48 2013
New Revision: 1458309

URL: http://svn.apache.org/r1458309
Log:
* subversion/include/svn_dav.h
  Oops!  Add another missing @since tag.

Modified:
    subversion/trunk/subversion/include/svn_dav.h

Modified: subversion/trunk/subversion/include/svn_dav.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_dav.h?rev=1458309&r1=1458308&r2=1458309&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_dav.h (original)
+++ subversion/trunk/subversion/include/svn_dav.h Tue Mar 19 14:27:48 2013
@@ -282,6 +282,8 @@ extern "C" {
 
 /** Presence of this in a DAV header in an OPTIONS request or response
  * indicates that the transmitter supports @c svn_depth_t.
+ *
+ * @since New in 1.5.
  */
 #define SVN_DAV_NS_DAV_SVN_DEPTH\
             SVN_DAV_PROP_NS_DAV "svn/depth"