Arfrever Frehtes Taifersar Arahesis wrote on Mon, 25 Aug 2008 at 21:32 +0200:
> 2008-08-25 20:50:41 Daniel Shahaf napisaƂ(a):
> > Arfrever Frehtes Taifersar Arahesis wrote on Mon, 25 Aug 2008 at 18:46 +0200:
> > > svn_opt_args_to_target_array2() was replaced by svn_opt_args_to_target_array3()
> > > which is also available in 1.5.x.
> > >
> > > svn_opt_args_to_target_array2() mistakenly wasn't marked with
> > > the '@deprecated' tag.
> > >
> > > I would like to add the '@deprecated' tag for svn_opt_args_to_target_array2().
> > > Should I use:
> > > @deprecated Provided for backward compatibility with the 1.4 API.
> > > ... or ...
> > > @deprecated Provided for backward compatibility with the 1.5 API.
> >
> > +1 to the latter, its docstring in 1.5.x already says that it's an old
> > version of _array3().
>
> Did you mean 'the former'?
> (svn_opt_args_to_target_array2() is de facto provided for backward
> compatibility with the 1.4 API.)
>
* @since New in 1.5.
*/
svn_error_t *
svn_opt_args_to_target_array3(apr_array_header_t **targets_p,
Yes, sorry.
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-25 21:40:45 CEST