mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Minor corrections in API documentation
This commit is contained in:
parent
4875915b0f
commit
db1f1b8fa1
@ -49,7 +49,7 @@ public :
|
||||
/// \brief Default constructor
|
||||
///
|
||||
/// This constructor doesn't actually create the window,
|
||||
/// use the other constructors or call Create to do so.
|
||||
/// use the other constructors or call "create" to do so.
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
RenderWindow();
|
||||
|
@ -62,7 +62,7 @@ public :
|
||||
/// \brief Default constructor
|
||||
///
|
||||
/// This constructor doesn't actually create the window,
|
||||
/// use the other constructors or call create to do so.
|
||||
/// use the other constructors or call "create" to do so.
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Window();
|
||||
|
Loading…
Reference in New Issue
Block a user