[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Small doxygen comment fixes

From: Marcel Gosselin <marcel.gosselin_at_polymtl.ca>
Date: 2006-08-31 06:28:02 CEST

[[[
Small doxygen comments fixes

* subversion/include/svn_string.h
  (svn_string_compare): Put @a flag for argument
  (svn_cstring_split): Fix argument name
]]]

Marcel Gosselin

Index: subversion/include/svn_string.h
===================================================================
--- subversion/include/svn_string.h (révision 21319)
+++ subversion/include/svn_string.h (copie de travail)
@@ -150,7 +150,7 @@
 svn_string_t *svn_string_dup(const svn_string_t *original_string,
                              apr_pool_t *pool);
 
-/** Return @c TRUE iff @a str1 and @c str2 have identical length and data. */
+/** Return @c TRUE iff @a str1 and @a str2 have identical length and data. */
 svn_boolean_t svn_string_compare(const svn_string_t *str1,
                                  const svn_string_t *str2);
 
@@ -284,7 +284,7 @@
  * @{
  */
 
-/** Divide @a input into substrings along @a sep_char boundaries, return an
+/** Divide @a input into substrings along @a sep_chars boundaries, return an
  * array of copies of those substrings, allocating both the array and
  * the copies in @a pool.
  *

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 31 06:29:05 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.