mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51: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.
|
/// automatically be constructed from standard string types.
|
||||||
/// So, the following calls are all valid:
|
/// So, the following calls are all valid:
|
||||||
/// \code
|
/// \code
|
||||||
/// text.SetString("hello");
|
/// text.setString("hello");
|
||||||
/// text.SetString(L"hello");
|
/// text.setString(L"hello");
|
||||||
/// text.SetString(std::string("hello"));
|
/// text.setString(std::string("hello"));
|
||||||
/// text.SetString(std::wstring(L"hello"));
|
/// text.setString(std::wstring(L"hello"));
|
||||||
/// \endcode
|
/// \endcode
|
||||||
/// A text's string is empty by default.
|
/// A text's string is empty by default.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user