[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 4916

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-02-18 07:24:11 CET

Karl Fogel wrote:

>>--- trunk/subversion/include/svn_ra.h (original)
>>+++ trunk/subversion/include/svn_ra.h Mon Feb 17 21:05:28 2003
>>@@ -787,6 +787,12 @@
>> const char *path,
>> svn_revnum_t revision);
>>
>>+ /** Set @a *uuid to the repository's UUID.
>>+ *
>>+ * Set @a *uuid to the repository's UUID.
>>+ */
>>+ svn_error_t *(*get_uuid) (void *session_baton,
>>+ const char **uuid);
>>
>>
By the way, everybody should just stop repeating the brief docstring. I
changed the doxygen config file to repeat the brief description in the
long one. So, if you do have a long description, make it continue
naturally from the first sentence (which is the brief description).

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 18 07:25:17 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.