From 5c848257591f173cb6d572e9b7f18861c7c0afd7 Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Fri, 10 Jul 2009 16:54:44 +0000 Subject: [PATCH] Improved comments for the Style parameter of windows. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1165 4e206d99-4929-0410-ac5d-dfc041789085 --- include/SFML/Graphics/RenderWindow.hpp | 2 +- include/SFML/Window/Window.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SFML/Graphics/RenderWindow.hpp b/include/SFML/Graphics/RenderWindow.hpp index 7c090442a..088e36827 100644 --- a/include/SFML/Graphics/RenderWindow.hpp +++ b/include/SFML/Graphics/RenderWindow.hpp @@ -57,7 +57,7 @@ public : /// /// \param Mode : Video mode to use /// \param Title : Title of the window - /// \param WindowStyle : Window style (Resize | Close by default) + /// \param WindowStyle : Window style, see sf::Style (Resize | Close by default) /// \param Params : Creation parameters (see default constructor for default values) /// //////////////////////////////////////////////////////////// diff --git a/include/SFML/Window/Window.hpp b/include/SFML/Window/Window.hpp index cc56cf74e..51990212f 100644 --- a/include/SFML/Window/Window.hpp +++ b/include/SFML/Window/Window.hpp @@ -67,7 +67,7 @@ public : /// /// \param Mode : Video mode to use /// \param Title : Title of the window - /// \param WindowStyle : Window style (Resize | Close by default) + /// \param WindowStyle : Window style, see sf::Style (Resize | Close by default) /// \param Params : Creation parameters (see default constructor for default values) /// //////////////////////////////////////////////////////////// @@ -93,7 +93,7 @@ public : /// /// \param Mode : Video mode to use /// \param Title : Title of the window - /// \param WindowStyle : Window style (Resize | Close by default) + /// \param WindowStyle : Window style, see sf::Style (Resize | Close by default) /// \param Params : Creation parameters (see default constructor for default values) /// ////////////////////////////////////////////////////////////