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

Re: svn commit: rev 4803 - in trunk/subversion: include libsvn_subr libsvn_ra_local libsvn_client clients/cmdline libsvn_ra_svn libsvn_ra_dav

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-02-10 22:02:00 CET

rooneg@tigris.org writes:
> --- trunk/subversion/include/svn_client.h (original)
> +++ trunk/subversion/include/svn_client.h Sat Feb 8 18:59:26 2003
> @@ -269,6 +269,12 @@
> /** log message callback baton */
> void *log_msg_baton;
>
> + /** a hash mapping of <tt>const char *</> configuration file names to
> + * @c svn_config_t *'s. for example, the '~/.subversion/config' file's
> + * contents should have the key "config".
> + */
> + apr_hash_t *config;
> +
> } svn_client_ctx_t;

Is "</>" valid doxygen, or just a typo?

The change looks great, btw. It's so big that I can't say whether my
review would definitely have spotted any other errors, but the overall
shape seems right to me at least. Thanks for taking on this beast :-).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 10 22:33:39 2003

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.