mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Corrections in API documentation
This commit is contained in:
parent
396f675ca2
commit
e3261f0430
@ -86,10 +86,10 @@ public :
|
||||
/// automatically be constructed from standard string types.
|
||||
/// So, the following calls are all valid:
|
||||
/// \code
|
||||
/// text.SetString("hello");
|
||||
/// text.SetString(L"hello");
|
||||
/// text.SetString(std::string("hello"));
|
||||
/// text.SetString(std::wstring(L"hello"));
|
||||
/// text.setString("hello");
|
||||
/// text.setString(L"hello");
|
||||
/// text.setString(std::string("hello"));
|
||||
/// text.setString(std::wstring(L"hello"));
|
||||
/// \endcode
|
||||
/// A text's string is empty by default.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user