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

svn commit: r957145 - in /subversion/trunk/subversion/include: svn_fs.h svn_ra.h svn_repos.h

Author: julianfoad
Date: Wed Jun 23 08:57:26 2010
New Revision: 957145

URL: http://svn.apache.org/viewvc?rev=957145&view=rev
Log:
Fix Doxygen mark-up.  A follow-up to r957094.

* subversion/include/svn_fs.h
  (svn_fs_get_locks2): Replace '@<parameter>' with '@a <parameter>'.

* subversion/include/svn_ra.h
  (svn_ra_get_locks2): Same.

* subversion/include/svn_repos.h
  (svn_repos_fs_get_locks2): Same.

Modified:
    subversion/trunk/subversion/include/svn_fs.h
    subversion/trunk/subversion/include/svn_ra.h
    subversion/trunk/subversion/include/svn_repos.h

Modified: subversion/trunk/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=957145&r1=957144&r2=957145&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Wed Jun 23 08:57:26 2010
@@ -2126,8 +2126,8 @@ typedef svn_error_t *(*svn_fs_get_locks_
  * get_locks_func / @a get_locks_baton.  Use @a pool for necessary
  * allocations.
  *
- * @depth limits the reported locks to those associated with paths
- * within the specified depth of @path, and must be one of the
+ * @a depth limits the reported locks to those associated with paths
+ * within the specified depth of @a path, and must be one of the
  * following values:  #svn_depth_empty, #svn_depth_files,
  * #svn_depth_immediates, or #svn_depth_infinity.
  *

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=957145&r1=957144&r2=957145&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Wed Jun 23 08:57:26 2010
@@ -1689,8 +1689,8 @@ svn_ra_get_lock(svn_ra_session_t *sessio
  * Set @a *locks to a hashtable which represents all locks on or
  * below @a path.
  *
- * @depth limits the returned locks to those associated with paths
- * within the specified depth of @path, and must be one of the
+ * @a depth limits the returned locks to those associated with paths
+ * within the specified depth of @a path, and must be one of the
  * following values:  #svn_depth_empty, #svn_depth_files,
  * #svn_depth_immediates, or #svn_depth_infinity.
  *

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=957145&r1=957144&r2=957145&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Wed Jun 23 08:57:26 2010
@@ -1959,8 +1959,8 @@ svn_repos_fs_unlock(svn_repos_t *repos,
  * locks.  That is: do not return any locks on any paths that are
  * unreadable in HEAD, just silently omit them.
  *
- * @depth limits the returned locks to those associated with paths
- * within the specified depth of @path, and must be one of the
+ * @a depth limits the returned locks to those associated with paths
+ * within the specified depth of @a path, and must be one of the
  * following values:  #svn_depth_empty, #svn_depth_files,
  * #svn_depth_immediates, or #svn_depth_infinity.
  *