Re: [PATCH] To improve the documentation of svn_path.h

2010-11-08 Thread Kamesh Jayachandran
[[[ Improved the documentation of deprecated functions by providing links to the deprecating functions. * subversion/include/svn_path.h (svn_path_internal_style, svn_path_local_style, svn_path_join, svn_path_join_many, svn_path_basename, svn_path_dirname, svn_path_split, svn_path_can

Re: [PATCH] To improve the documentation of svn_path.h

2010-11-08 Thread Arwin Arni
On Monday 08 November 2010 07:57 PM, Arwin Arni wrote: Hi All, I am a new-comer to the Subversion code-base. I was looking at some of the header files (svn_path.h) and wanted to use some of the functions (svn_path_join()) and noticed that they were deprecated. I thought it would be nice to have

[PATCH] To improve the documentation of svn_path.h

2010-11-08 Thread Arwin Arni
Hi All, I am a new-comer to the Subversion code-base. I was looking at some of the header files (svn_path.h) and wanted to use some of the functions (svn_path_join()) and noticed that they were deprecated. I thought it would be nice to have a link to the deprecating functions as a part of the doc