diff --git a/src/SFML/Audio/ALCheck.cpp b/src/SFML/Audio/ALCheck.cpp index 30790f954..6cb4aeb32 100644 --- a/src/SFML/Audio/ALCheck.cpp +++ b/src/SFML/Audio/ALCheck.cpp @@ -43,7 +43,7 @@ namespace namespace AlCheckImpl { thread_local ALenum lastError(AL_NO_ERROR); -} +} // namespace AlCheckImpl } // namespace namespace sf::priv diff --git a/src/SFML/Audio/SoundFileReaderWav.hpp b/src/SFML/Audio/SoundFileReaderWav.hpp index 8c0233ec2..38d0e6071 100644 --- a/src/SFML/Audio/SoundFileReaderWav.hpp +++ b/src/SFML/Audio/SoundFileReaderWav.hpp @@ -61,6 +61,8 @@ public: /// \param stream Stream to open /// \param info Structure to fill with the attributes of the loaded sound /// + /// \return True if the file was successfully opened + /// //////////////////////////////////////////////////////////// [[nodiscard]] bool open(sf::InputStream& stream, Info& info) override; diff --git a/src/SFML/Window/WindowBase.cpp b/src/SFML/Window/WindowBase.cpp index 81b266878..7892017f8 100644 --- a/src/SFML/Window/WindowBase.cpp +++ b/src/SFML/Window/WindowBase.cpp @@ -44,7 +44,7 @@ namespace namespace WindowsBaseImpl { const sf::WindowBase* fullscreenWindow = nullptr; -} +} // namespace WindowsBaseImpl } // namespace