[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1483972 - /subversion/trunk/subversion/include/svn_config.h

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Fri, 17 May 2013 20:26:08 +0000

On Fri, May 17, 2013 at 08:14:34PM -0000, breser_at_apache.org wrote:
> Author: breser
> Date: Fri May 17 20:14:34 2013
> New Revision: 1483972
>
> URL: http://svn.apache.org/r1483972
> Log:
> * subversion/include/svn_config.h
> (svn_config_read3, svn_config_parse): Remove reference to private constant
> in our public API documentation.
>
> Modified:
> subversion/trunk/subversion/include/svn_config.h
>
> Modified: subversion/trunk/subversion/include/svn_config.h
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1483972&r1=1483971&r2=1483972&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/include/svn_config.h (original)
> +++ subversion/trunk/subversion/include/svn_config.h Fri May 17 20:14:34 2013
> @@ -249,7 +249,7 @@ svn_config_create(svn_config_t **cfgp,
> * otherwise return an empty @c svn_config_t.
> *
> * If @a section_names_case_sensitive is @c TRUE, populate section name hashes
> - * case sensitively, except for the default #SVN_CONFIG__DEFAULT_SECTION.
> + * case sensitively, except for the DEFAULT section.

Perhaps:

    * case sensitively, except for the @c "DEFAULT" section.

?
Received on 2013-05-17 22:26:16 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.