document only char* variant of all string utility functions (don't use wxChar nor templates; they're only confusing; add a note for the funcmacro_string group that all functions documented also have wchar_t variants; document wxStrnlen()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,5 +13,11 @@
|
||||
|
||||
Global string functions and macros. See wxString for the wxWidgets string class.
|
||||
|
||||
Please note that all functions of this group which are documented to take @c char*
|
||||
arrays are overloaded with @c wchar_t* variants.
|
||||
|
||||
Note also that wxWidgets wraps all standard CRT functions, even if the wrappers
|
||||
are not (all) documented.
|
||||
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user