Unify documentation between IOSOperator and COSOperator

This commit is contained in:
Gregor Parzefall
2023-10-05 17:52:58 +02:00
committed by sfan5
parent 645b51a34d
commit 93eebed8c9
2 changed files with 18 additions and 12 deletions

View File

@ -11,11 +11,11 @@
namespace irr
{
//! The Operating system operator provides operation system specific methods and information.
//! The OSOperator provides OS-specific methods and information.
class IOSOperator : public virtual IReferenceCounted
{
public:
//! Get the current operation system version as string.
//! Get the current OS version as string.
virtual const core::stringc& getOperatingSystemVersion() const = 0;
//! Copies text to the clipboard