Author: danielsh
Date: Sat Sep 2 08:06:29 2017
New Revision: 1807029
URL: http://svn.apache.org/viewvc?rev=1807029&view=rev
Log:
No functional change.
* subversion/include/svn_delta.h
(svn_delta_editor_t.apply_textdelta_stream): Add a doxygen link.
Modified:
subversion/trunk/subversion/include/svn_delta.h
Modified: subversion/trunk/subversion/include/svn_delta.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_delta.h?rev=1807029&r1=1807028&r2=1807029&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_delta.h (original)
+++ subversion/trunk/subversion/include/svn_delta.h Sat Sep 2 08:06:29 2017
@@ -1160,7 +1160,7 @@ typedef struct svn_delta_editor_t
* be ignored even if not NULL. If it is not ignored, it must match
* the checksum of the base text against which svndiff data is being
* applied; if it does not, @c apply_textdelta_stream call which detects
- * the mismatch will return the error SVN_ERR_CHECKSUM_MISMATCH
+ * the mismatch will return the error #SVN_ERR_CHECKSUM_MISMATCH
* (if there is no base text, there may still be an error if
* @a base_checksum is neither NULL nor the hex MD5 checksum of the
* empty string).