You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/05/18 00:36:25 UTC

svn commit: r1484017 - /subversion/trunk/subversion/include/svn_auth.h

Author: breser
Date: Fri May 17 22:36:25 2013
New Revision: 1484017

URL: http://svn.apache.org/r1484017
Log:
* subversion/include/svn_auth.h
  (SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG): Improve documentation.
  (SVN_AUTH_PARAM_CONFIG_CATEGROY_SERVERS): Add documentation.

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

Modified: subversion/trunk/subversion/include/svn_auth.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_auth.h?rev=1484017&r1=1484016&r2=1484017&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_auth.h (original)
+++ subversion/trunk/subversion/include/svn_auth.h Fri May 17 22:36:25 2013
@@ -628,8 +628,13 @@ svn_auth_get_parameter(svn_auth_baton_t 
 #define SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO SVN_AUTH_PARAM_PREFIX \
   "ssl:cert-info"
 
-/** Some providers need access to the @c svn_config_t configuration. */
-#define SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG SVN_AUTH_PARAM_PREFIX "config-category-config"
+/** This provides a pointer to a @c svn_config_t containting the config
+ * category. */
+#define SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG SVN_AUTH_PARAM_PREFIX
+"config-category-config"
+
+/** This provides a pointer to a @c svn_config_t containting the servers
+ * category. */
 #define SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS SVN_AUTH_PARAM_PREFIX "config-category-servers"
 
 /** @deprecated Provided for backward compatibility with the 1.5 API. */