You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/02/11 22:38:55 UTC

svn commit: r1444974 - in /subversion/trunk/subversion/include: svn_auth.h svn_client.h

Author: julianfoad
Date: Mon Feb 11 21:38:55 2013
New Revision: 1444974

URL: http://svn.apache.org/r1444974
Log:
Fix Doxygen mark-up.

* subversion/include/svn_auth.h
  (svn_auth_cleanup_callback): Fix mark-up and a parameter name.

* subversion/include/svn_client.h
  (svn_proplist_receiver2_t, svn_client_propget5): Fix mark-up.

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

Modified: subversion/trunk/subversion/include/svn_auth.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_auth.h?rev=1444974&r1=1444973&r2=1444974&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_auth.h (original)
+++ subversion/trunk/subversion/include/svn_auth.h Mon Feb 11 21:38:55 2013
@@ -775,11 +775,11 @@ svn_auth_get_simple_provider2(
   void *prompt_baton,
   apr_pool_t *pool);
 
-/** Callback for svn_auth_cleanup_walk.
+/** Callback for svn_auth_cleanup_walk().
  *
  * Called for each credential to allow selectively removing credentials.
  *
- * @a cred_kind and @realm specify the key of the credential (see
+ * @a cred_kind and @a realmstring specify the key of the credential (see
  * svn_auth_first_credentials()).
  *
  * @a provider specifies which provider currently holds the credential.

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1444974&r1=1444973&r2=1444974&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Feb 11 21:38:55 2013
@@ -367,7 +367,7 @@ typedef struct svn_client_proplist_item_
  *
  * The #svn_prop_inherited_item_t->path_or_url members of the
  * #svn_prop_inherited_item_t * structures in @a inherited_props are
- * URLs if @a path is a URL or if @path is a working copy path but the
+ * URLs if @a path is a URL or if @a path is a working copy path but the
  * property represented by the structure is above the working copy root (i.e.
  * the inherited property is from the cache).  In all other cases the
  * #svn_prop_inherited_item_t->path_or_url members are absolute working copy
@@ -4964,7 +4964,7 @@ svn_client_revprop_set(const char *propn
  *
  * The #svn_prop_inherited_item_t->path_or_url members of the
  * #svn_prop_inherited_item_t * structures in @a *inherited_props are
- * URLs if @a target is a URL or if @target is a working copy path but the
+ * URLs if @a target is a URL or if @a target is a working copy path but the
  * property represented by the structure is above the working copy root (i.e.
  * the inherited property is from the cache).  In all other cases the
  * #svn_prop_inherited_item_t->path_or_url members are absolute working copy