You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2011/04/27 23:57:41 UTC

svn commit: r1097259 - /subversion/trunk/subversion/include/svn_types.h

Author: gstein
Date: Wed Apr 27 21:57:41 2011
New Revision: 1097259

URL: http://svn.apache.org/viewvc?rev=1097259&view=rev
Log:
* subversion/include/svn_types.h:
  (svn_info2_t): remove spurious @since tag for .size

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

Modified: subversion/trunk/subversion/include/svn_types.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1097259&r1=1097258&r2=1097259&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Wed Apr 27 21:57:41 2011
@@ -1256,7 +1256,6 @@ typedef struct svn_info2_t
    * e.g. without adjustment of line endings and keyword
    * expansion). Only applicable for file -- not directory -- URLs.
    * For working copy paths, size64 will be #SVN_INVALID_FILESIZE.
-   * @since New in 1.6.
    */
   svn_filesize_t size;