summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 13:23:13 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 10:03:23 +0000
commit809c753359a6a6c5773b0494a46b1d82f3965db6 (patch)
tree764799cb91d0909cb61ae119a9b6e4e00bfdd05a /src/render/frontend
parentbc544df60c1bf23df63df6ab8a017c7861319930 (diff)
Doc: Add missing dots (qt3d)
Task-number: QTBUG-68933 Change-Id: I4226b8b9d70548b6921948c5ea47520f40f5df98 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/render/frontend')
-rw-r--r--src/render/frontend/qcomputecommand.cpp4
-rw-r--r--src/render/frontend/qrenderaspect.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/qcomputecommand.cpp b/src/render/frontend/qcomputecommand.cpp
index e23f9e158..5cb72a6ce 100644
--- a/src/render/frontend/qcomputecommand.cpp
+++ b/src/render/frontend/qcomputecommand.cpp
@@ -48,7 +48,7 @@ namespace Qt3DRender {
\class Qt3DRender::QComputeCommand
\since 5.7
\inmodule Qt3DRender
- \brief QComponent to issue work for the compute shader on GPU
+ \brief QComponent to issue work for the compute shader on GPU.
A Qt3DRender::QComputeCommand is used to issue work for the compute shader.
The compute shader is specified in the QMaterial component of the same entity the
@@ -69,7 +69,7 @@ namespace Qt3DRender {
\inmodule Qt3DRender
\inherits Component3D
\instantiates Qt3DRender::QComputeCommand
- \brief Component to issue work for the compute shader on GPU
+ \brief Component to issue work for the compute shader on GPU.
A ComputeCommand is used to issue work for the compute shader.
The compute shader is specified in the Material component of the same entity the
diff --git a/src/render/frontend/qrenderaspect.cpp b/src/render/frontend/qrenderaspect.cpp
index 04ddfdd46..82cc5956a 100644
--- a/src/render/frontend/qrenderaspect.cpp
+++ b/src/render/frontend/qrenderaspect.cpp
@@ -177,7 +177,7 @@ namespace Qt3DRender {
* \inheaderfile Qt3DRender/QRenderAspect
* \brief The QRenderAspect class
* \since 5.7
- * \inmodule Qt3DRender
+ * \inmodule Qt3DRender.
*/
/*! \internal */