2008-08-25 21:40:12 Daniel Shahaf napisał(a):
> 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.
Fixed in r32708 + r32709.
--
Arfrever Frehtes Taifersar Arahesis
Received on 2008-08-25 23:40:56 CEST