From fbe996ce3e235dfcb5c164cb19afd9011d4db734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 9 Jan 2021 21:24:12 +0100 Subject: [PATCH] GL: use a bit more of an actual English here. --- src/Magnum/GL/Context.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Magnum/GL/Context.h b/src/Magnum/GL/Context.h index e0a24ecf6..0d46bfa15 100644 --- a/src/Magnum/GL/Context.h +++ b/src/Magnum/GL/Context.h @@ -104,15 +104,15 @@ class MAGNUM_GL_EXPORT Extension { }; /** -@brief Magnum context - -Provides access to version and extension information. Instance available -through @ref Context::current() is automatically created during construction of -`*Application` classes in @ref Platform namespace. You can safely assume that -the instance is available during whole lifetime of `*Application` object. It's -also possible to create the context without using any `*Application` class -using @ref Platform::GLContext subclass, see @ref platform documentation for -more information. +@brief Magnum OpenGL context + +Provides access to OpenGL version and extension information and manages +Magnum's internal OpenGL state tracker. An instance available through +@ref Context::current() is automatically created during construction of +`Platform::*Application` classes and you can safely assume the instance is +available during the whole `*Application` lifetime. It's also possible to +create the context without using any `*Application` class using the +@ref Platform::GLContext subclass, see @ref platform for more information. @section GL-Context-command-line Command-line options