From c39b670567b87b797dcbaa417acc592a6f9d1079 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 7 Oct 2024 20:11:22 -0600 Subject: [PATCH] Add missing parameter documentation --- src/SFML/Window/iOS/SFView.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SFML/Window/iOS/SFView.hpp b/src/SFML/Window/iOS/SFView.hpp index dd5ea303d..90a90d23a 100644 --- a/src/SFML/Window/iOS/SFView.hpp +++ b/src/SFML/Window/iOS/SFView.hpp @@ -42,7 +42,8 @@ //////////////////////////////////////////////////////////// /// \brief Construct the view with its initial size /// -/// \param frame Dimensions of the view +/// \param frame Dimensions of the view +/// \param factor Scale factor /// /// \return Id of the view ///