Author: julianfoad
Date: Wed Apr 21 13:45:03 2010
New Revision: 936301

URL: http://svn.apache.org/viewvc?rev=936301&view=rev
Log:
Fix Doxygen mark-up.

* subversion/include/svn_client.h
  (svn_client_patch): '@ignore_patterns' -> '@a include_patterns',
    'exlude_patterns' -> 'exclude_patterns'.

* subversion/include/svn_wc.h
  (svn_wc_prop_list): '@props' -> '@a props'.

Modified:
    subversion/trunk/subversion/include/svn_client.h
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=936301&r1=936300&r2=936301&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Apr 21 13:45:03 2010
@@ -4870,7 +4870,7 @@ svn_client_info(const char *path_or_url,
  * If @a patched_tempfiles is not NULL, return in @a *patched_tempfiles
  * a mapping {target path -> path to temporary file containing patched result}
  * for all patched targets which were neither skipped nor excluded via
- * @ignore_patterns or @a exlude_patterns.
+ * @a include_patterns or @a exclude_patterns.
  * Note that if all hunks were rejected, the patched result will look just
  * like the target file, unmodified.
  * If @a reject_tempfiles is not NULL, return in @a *reject_tempfiles

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=936301&r1=936300&r2=936301&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Wed Apr 21 13:45:03 2010
@@ -5708,7 +5708,7 @@ svn_wc_prop_list(apr_hash_t **props,
  * BASE node's properties will not be accessible until the copy is reverted.
  *
  * Nodes that are incomplete, excluded, absent, or not present at the
- * node's revision will return NULL in @props.
+ * node's revision will return NULL in @a props.
  *
  * If the node is not versioned, SVN_ERR_WC_PATH_NOT_FOUND will be returned.
  *


Reply via email to