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:44:12 UTC

svn commit: r1147062 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: danielsh
Date: Fri Jul 15 09:44:12 2011
New Revision: 1147062

URL: http://svn.apache.org/viewvc?rev=1147062&view=rev
Log:
* docs/community-guide/releasing.part.html: Use doxygen syntax.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1147062&r1=1147061&r2=1147062&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Jul 15 09:44:12 2011
@@ -380,8 +380,8 @@ API documentation with a diff to the new
 
 <pre>
    /**
-    * 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.