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