Author: julianfoad
Date: Wed Jul 28 16:12:34 2010
New Revision: 980110

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

* subversion/include/private/svn_wc_private.h
  (svn_wc__node_get_repos_info, svn_wc__node_get_working_rev_info): Write
    "@a <arg>" instead of "@<arg>".

* subversion/include/svn_ra.h
  (svn_ra_do_status2): Same.

Modified:
    subversion/trunk/subversion/include/private/svn_wc_private.h
    subversion/trunk/subversion/include/svn_ra.h

Modified: subversion/trunk/subversion/include/private/svn_wc_private.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=980110&r1=980109&r2=980110&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_wc_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_wc_private.h Wed Jul 28 
16:12:34 2010
@@ -222,7 +222,7 @@ svn_wc__node_get_children(const apr_arra
 
 /**
  * Fetch the repository root information for a given @a local_abspath into
- * @a *repos_root_url and @a repos_uuid. Use @wc_ctx to access the working copy
+ * @a *repos_root_url and @a repos_uuid. Use @a wc_ctx to access the working 
copy
  * for @a local_abspath, @a scratch_pool for all temporary allocations,
  * @a result_pool for result allocations. Note: the result may be NULL if the
  * given node has no repository root associated with it (e.g. locally added).
@@ -501,7 +501,7 @@ svn_wc__node_get_base_rev(svn_revnum_t *
  * SVN_INVALID_REVNUM. In case of a replacement, we return the BASE
  * revision. 
  *
- * The @changed_rev is set to the latest committed change to @a
+ * The @a changed_rev is set to the latest committed change to @a
  * local_abspath before or equal to @a revision, unless the node is
  * copied-here or moved-here. Then it is the revision of the latest committed
  * change before or equal to the copyfrom_rev.  NOTE, that we use

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=980110&r1=980109&r2=980110&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Wed Jul 28 16:12:34 2010
@@ -1157,7 +1157,7 @@ svn_ra_do_switch(svn_ra_session_t *sessi
  *
  * Get status as deeply as @a depth indicates. If @a depth is
  * #svn_depth_unknown, get the status down to the ambient depth of the
- * working copy. If @depth is deeper than the working copy, include changes
+ * working copy. If @a depth is deeper than the working copy, include changes
  * that would be needed to populate the working copy to that depth.
  *
  * The caller may not perform any RA operations using @a session


Reply via email to