Added missing doxygen tag \return in a function "[[nodiscard]] bool open(sf::InputStream& stream, Info& info) override;" and missing comments "// namespace <namespace>" in Window/WindowBase.cpp and ALCheck.cpp.
This commit is contained in:
parent
da8614cb2f
commit
6a3e44bc4d
@ -43,7 +43,7 @@ namespace
|
||||
namespace AlCheckImpl
|
||||
{
|
||||
thread_local ALenum lastError(AL_NO_ERROR);
|
||||
}
|
||||
} // namespace AlCheckImpl
|
||||
} // namespace
|
||||
|
||||
namespace sf::priv
|
||||
|
@ -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;
|
||||
|
||||
|
@ -44,7 +44,7 @@ namespace
|
||||
namespace WindowsBaseImpl
|
||||
{
|
||||
const sf::WindowBase* fullscreenWindow = nullptr;
|
||||
}
|
||||
} // namespace WindowsBaseImpl
|
||||
} // namespace
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user