You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2016/01/11 11:51:14 UTC

svn commit: r1724002 - /subversion/branches/fs-node-api/subversion/include/svn_fs.h

Author: kotkov
Date: Mon Jan 11 10:51:13 2016
New Revision: 1724002

URL: http://svn.apache.org/viewvc?rev=1724002&view=rev
Log:
On 'fs-node-api' branch: Following up on r1723900, fix a couple of @since
markers in the docstrings.

Found by: rhuijben

* subversion/include/svn_fs.h
  (svn_fs_file_checksum2, svn_fs_file_checksum, svn_fs_file_contents2):
   Adjust or add missing @since markers.

Modified:
    subversion/branches/fs-node-api/subversion/include/svn_fs.h

Modified: subversion/branches/fs-node-api/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/branches/fs-node-api/subversion/include/svn_fs.h?rev=1724002&r1=1724001&r2=1724002&view=diff
==============================================================================
--- subversion/branches/fs-node-api/subversion/include/svn_fs.h (original)
+++ subversion/branches/fs-node-api/subversion/include/svn_fs.h Mon Jan 11 10:51:13 2016
@@ -2419,7 +2419,7 @@ svn_fs_file_length(svn_filesize_t *lengt
  * it has access to the lowest level storage forms: strings behind
  * representations.
  *
- * @since New in 1.6.
+ * @since New in 1.10.
  */
 svn_error_t *
 svn_fs_file_checksum2(svn_checksum_t **checksum,
@@ -2431,6 +2431,8 @@ svn_fs_file_checksum2(svn_checksum_t **c
 /**
  * Same as svn_fs_file_checksum2(), but reference node by @a root and
  * @a path.
+ *
+ * @since New in 1.6.
  */
 svn_error_t *
 svn_fs_file_checksum(svn_checksum_t **checksum,
@@ -2468,6 +2470,8 @@ svn_fs_file_md5_checksum(unsigned char d
  * ### @todo kff: I am worried about lifetime issues with this pool vs
  * the trail created farther down the call stack.  Trace this function
  * to investigate...
+ *
+ * @since New in 1.10.
  */
 svn_error_t *
 svn_fs_file_contents2(svn_stream_t **contents,