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

Re: [PATCH] small documentation improvement

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-11-23 23:43:53 CET

Stefan Küng wrote:
> [[[
> doxygen documentation: mention how to remove a config value
>
> * Subversion/subversion/include/svn_config.h
> ]]]
> Index: Subversion/subversion/include/svn_config.h
> ===================================================================
> --- Subversion/subversion/include/svn_config.h (revision 27993)
> +++ Subversion/subversion/include/svn_config.h (working copy)
> @@ -200,6 +200,8 @@
> * @a value.
> *
> * This function invalidates all value expansions in @a cfg.
> + *
> + * To remove an option, pass NULL for the \c value.
> */
> void svn_config_set(svn_config_t *cfg,
> const char *section, const char *option,
>

Committed in r27996. I tweaked the patch (we use @c instead of \c) and
wrote a more complete doc string.

-Hyrum

Received on Fri Nov 23 23:43:58 2007

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.