Author: julianfoad
Date: Tue Jun 28 17:22:17 2011
New Revision: 1140736
URL: http://svn.apache.org/viewvc?rev=1140736&view=rev
Log:
* subversion/include/private/svn_opt_private.h
(svn_opt__arg_canonicalize_url, svn_opt__arg_canonicalize_path): Tweak
doc strings.
Modified:
subversion/trunk/subversion/include/private/svn_opt_private.h
Modified: subversion/trunk/subversion/include/private/svn_opt_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_opt_private.h?rev=1140736&r1=1140735&r2=1140736&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_opt_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_opt_private.h Tue Jun 28
17:22:17 2011
@@ -67,7 +67,7 @@ svn_opt__split_arg_at_peg_revision(const
* valid URL:
* - escape IRI characters and some other non-URI characters
* - check that no back-path ("..") components are present
- * - canonicalize the separator ("/") characters
+ * - call svn_uri_canonicalize()
* URL_IN is in UTF-8 encoding and has no peg revision specifier.
* Set *URL_OUT to the result, allocated from POOL.
*/
@@ -84,6 +84,7 @@ svn_opt__arg_canonicalize_url(const char
* - If the path does not exist (which is valid) the given capitalization
* is used.
* - canonicalize the separator ("/") characters
+ * - call svn_dirent_canonicalize()
* PATH_IN is in UTF-8 encoding and has no peg revision specifier.
* Set *PATH_OUT to the result, allocated from POOL.
*/