You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/03/21 19:51:57 UTC

svn commit: r1459450 - /subversion/trunk/subversion/include/svn_string.h

Author: cmpilato
Date: Thu Mar 21 18:51:57 2013
New Revision: 1459450

URL: http://svn.apache.org/r1459450
Log:
* subversion/include/svn_string.h
  Minor doxygen markup tweak.

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

Modified: subversion/trunk/subversion/include/svn_string.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_string.h?rev=1459450&r1=1459449&r2=1459450&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_string.h (original)
+++ subversion/trunk/subversion/include/svn_string.h Thu Mar 21 18:51:57 2013
@@ -457,7 +457,7 @@ svn_cstring_match_list(const char *str, 
  * if no token is left.  Modifies @a str such that the next call will return
  * the next token.
  *
- * Note that the content of @a *str may be modified by this function.
+ * @note The content of @a *str may be modified by this function.
  *
  * @since New in 1.8.
  */