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 2014/05/22 00:15:20 UTC

svn commit: r1596701 - /subversion/trunk/subversion/include/svn_repos.h

Author: julianfoad
Date: Wed May 21 22:15:20 2014
New Revision: 1596701

URL: http://svn.apache.org/r1596701
Log:
* subversion/include/svn_repos.h
  (svn_repos_begin_report3): Fix Doxygen mark-up.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1596701&r1=1596700&r2=1596701&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Wed May 21 22:15:20 2014
@@ -958,7 +958,7 @@ svn_repos_hooks_setenv(svn_repos_t *repo
  * when using larger values here.  Pass 0 for @a zero_copy_limit to
  * disable this optimization altogether.
  *
- * @a note Never activate this optimization if @a editor might access
+ * @note Never activate this optimization if @a editor might access
  * any FSFS data structures (and, hence, caches).  So, it is basically
  * safe for networked editors only.
  *