Re: [PATCH] Doxygen documentation change for svn_cstring_split() in svn_string.h

2013-04-27 Thread Daniel Shahaf
Gabriela Gibson wrote on Sat, Apr 27, 2013 at 21:05:51 +0100: > Danielsh suggested on IRC that I clarify the API documentation for the > function svn_cstring_split(). > > [[[ > > Clarify the doxygen documentation for the semantics of the @a sep_chars > parameter. > > * subversion/include/svn_string

[PATCH] Doxygen documentation change for svn_cstring_split() in svn_string.h

2013-04-27 Thread Gabriela Gibson
Danielsh suggested on IRC that I clarify the API documentation for the function svn_cstring_split(). [[[ Clarify the doxygen documentation for the semantics of the @a sep_chars parameter. * subversion/include/svn_string.h (svn_cstring_split): Update doxygen comment. Suggested by: Danielsh ]]