summaryrefslogtreecommitdiffstats
path: root/src/platformheaders
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformheaders')
-rw-r--r--src/platformheaders/nativecontexts/qeglnativecontext.qdoc2
-rw-r--r--src/platformheaders/nativecontexts/qwglnativecontext.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/platformheaders/nativecontexts/qeglnativecontext.qdoc b/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
index 22e763ec24..3779ea10c8 100644
--- a/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
@@ -30,7 +30,7 @@
\inmodule QtPlatformHeaders
\since 5.4
- \brief A class encapsulating an EGL context and display handle
+ \brief A class encapsulating an EGL context and display handle.
\note There is no binary compatibility guarantee for this class, meaning
that an application using it is only guaranteed to work with the Qt version it was
diff --git a/src/platformheaders/nativecontexts/qwglnativecontext.qdoc b/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
index ccc5e2b1d0..20563c3906 100644
--- a/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
@@ -30,7 +30,7 @@
\inmodule QtPlatformHeaders
\since 5.4
- \brief A class encapsulating a WGL context on Windows with desktop OpenGL (opengl32.dll)
+ \brief A class encapsulating a WGL context on Windows with desktop OpenGL (opengl32.dll).
\note There is no binary compatibility guarantee for this class,
meaning that an application using it is only guaranteed to work with the Qt