summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-09-09 14:34:55 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-09-09 16:45:58 +0200
commit040866a8efa52d1a879233edf917f3c9347b93d0 (patch)
treed4d4ff8dcd2066b26cca7e5c34f5c0f670cffc38 /src/render/frontend
parent4eb296c58382dfcaf8baa7bedf47118c63f138e5 (diff)
Doc: Fix simple qdoc warnings
Fix missing full stop after brief warnings. Change-Id: Ib3690c98e19eab4dc8ce59af5834cfa967fba548 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/render/frontend')
-rw-r--r--src/render/frontend/qrendercapabilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qrendercapabilities.cpp b/src/render/frontend/qrendercapabilities.cpp
index 3ef0ba01d..392f68cb1 100644
--- a/src/render/frontend/qrendercapabilities.cpp
+++ b/src/render/frontend/qrendercapabilities.cpp
@@ -106,7 +106,7 @@ namespace Qt3DRender {
/*!
\class Qt3DRender::QRenderCapabilities
- \brief The QRenderCapabilities class holds settings related to available rendering engines
+ \brief The QRenderCapabilities class holds settings related to available rendering engines.
QRenderCapabilities provides details of graphical features that are available at runtime.
It can be used to decide which code path to use for some algorithms, for example, depending