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

Re: svn commit: r29617 - trunk/subversion/svn

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Fri, 29 Feb 2008 18:31:55 -0500

"David Glasser" <glasser_at_davidglasser.net> writes:
>> --- trunk/subversion/svn/cl.h (original)
>> +++ trunk/subversion/svn/cl.h Thu Feb 28 12:54:56 2008
>> @@ -288,7 +288,8 @@
>>
>> /* A conflict-resolution callback which prompts the user to choose
>> one of the 3 fulltexts, edit the merged file on the spot, or just
>> - skip the conflict (to be resolved later). */
>> + skip the conflict (to be resolved later).
>> + Implements @c svn_wc_conflict_resolver_func_t. */
>> svn_error_t *
>> svn_cl__conflict_handler(svn_wc_conflict_result_t **result,
>> const svn_wc_conflict_description_t *desc,
>
> One thing I noticed recently is that rather than throwing in all these
> comments, we could just declare functions as
>
> svn_wc_conflict_resolver_func_t svn_cl__conflict_handler;
>
> (We can do this even for static functions; for example, I noticed
> declarations of svn_opt_subcommand_t like this at the top of
> svnadmin/main.c.)
>
> Is this something we should consider doing more often?

Huh. What about at the definition site? That can't do the same
thing, or can it?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-01 00:32:07 CET

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.