You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/07/15 11:43:44 UTC

svn commit: r1147060 - /subversion/branches/fs-progress/subversion/include/svn_repos.h

Author: danielsh
Date: Fri Jul 15 09:43:44 2011
New Revision: 1147060

URL: http://svn.apache.org/viewvc?rev=1147060&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_dump_fs2): Use doxygen syntax.

Modified:
    subversion/branches/fs-progress/subversion/include/svn_repos.h

Modified: subversion/branches/fs-progress/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/branches/fs-progress/subversion/include/svn_repos.h?rev=1147060&r1=1147059&r2=1147060&view=diff
==============================================================================
--- subversion/branches/fs-progress/subversion/include/svn_repos.h (original)
+++ subversion/branches/fs-progress/subversion/include/svn_repos.h Fri Jul 15 09:43:44 2011
@@ -2533,8 +2533,8 @@ svn_repos_dump_fs3(svn_repos_t *repos,
                    apr_pool_t *scratch_pool);
 
 /**
- * Similar to svn_repos_dump_fs3(), but with a feedback_stream instead of
- * handling feedback via the notify_func handler
+ * Similar to svn_repos_dump_fs3(), but with a @a feedback_stream instead of
+ * handling feedback via the @a notify_func handler
  *
  * @since New in 1.1.
  * @deprecated Provided for backward compatibility with the 1.6 API.