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

Re: svn commit: r17578 - in branches/svndiff1/subversion: include libsvn_delta libsvn_fs_base libsvn_fs_fs

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-12-01 04:57:58 CET

On Wed, 2005-11-30 at 19:37 -0800, Garrett Rooney wrote:
> On 11/30/05, dberlin@tigris.org <dberlin@tigris.org> wrote:
>
> > @@ -66,6 +66,10 @@
> > #define SVN_FS_TYPE_BDB "bdb"
> > /** @since New in 1.1. */
> > #define SVN_FS_TYPE_FSFS "fsfs"
> > +
> > +/* Don't allow svndiff1 to be used in the on-disk storage */
> > +/** @since New in 1.4. */
> > +#define SVN_FS_CONFIG_NO_SVNDIFF1 "no-svndiff1"
>
> The doxygen comment is wrong here, you want the description inside the
> doxygen markup, like this:
>
> /** Don't allow svndiff1 to be used in the on-disk storage
> *
> * @since New in 1.4.
> */
>
> That way the description will end up in the generated documentation.

Whoops, thanks Garrett.

>
> -garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 1 04:58:24 2005

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.