[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-01 04:37:14 CET

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.

-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:37:59 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.