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

Re: svn commit: r40222 - in trunk/subversion: include libsvn_repos

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 02 Nov 2009 16:55:16 +0000

Arfrever Frehtes Taifersar Arahesis wrote:
> 2009-10-26 09:56:27 Julian Foad napisaƂ(a):
> > +/** Return the path to @a repos's pre-obliterate hook, allocated in
> > + * @a pool.
> > + */
> > +const char *
> > +svn_repos_pre_obliterate_hook(svn_repos_t *repos,
> > + apr_pool_t *pool);
> > +
> > +/** Return the path to @a repos's post-obliterate hook, allocated in
> > + * @a pool.
> > + */
> > +const char *
> > +svn_repos_post_obliterate_hook(svn_repos_t *repos,
> > + apr_pool_t *pool);
> > +
>
> You should add '@since New in 1.7.' to doc strings of these functions.

Thanks. r40356.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2413880
Received on 2009-11-02 17:55:35 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.