Fixed a couple Doxygen warnings, patch from Tim Stahlhut.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -91,7 +91,7 @@ wxArrayString wxStringTokenize(const wxString& string,
|
|||||||
|
|
||||||
This function copies the source string @a src to the destination buffer @a
|
This function copies the source string @a src to the destination buffer @a
|
||||||
dst of size @a n without overflowing the buffer and ensuring that it is
|
dst of size @a n without overflowing the buffer and ensuring that it is
|
||||||
always @NUL-terminated.
|
always @NULL-terminated.
|
||||||
|
|
||||||
Example of use:
|
Example of use:
|
||||||
@code
|
@code
|
||||||
@@ -121,7 +121,7 @@ wxArrayString wxStringTokenize(const wxString& string,
|
|||||||
@param dst
|
@param dst
|
||||||
Destination buffer of size (greater or) equal to @a n.
|
Destination buffer of size (greater or) equal to @a n.
|
||||||
@param src
|
@param src
|
||||||
@NUL-terminated source string.
|
@NULL-terminated source string.
|
||||||
@param n
|
@param n
|
||||||
The size of the destination buffer.
|
The size of the destination buffer.
|
||||||
@return
|
@return
|
||||||
|
Reference in New Issue
Block a user