summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qrendertargetoutput.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-04-23 12:05:18 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-04-24 17:58:46 +0000
commit85efeb9951a9e6a028043f7b6ee8ea14f44faf9c (patch)
tree082eff4b1ad67bbd2d0258765cabb066c066a21d /src/render/frontend/qrendertargetoutput.cpp
parent5eaa6dae7eccd6519149dd9869fe1fae9f73bc10 (diff)
Doc: Use the correct module command for QML types
A number of QML types used \qmlmodule instead of the correct \inqmlmodule. Change-Id: I330f664ede6d4d1a05efef8ee13ad33105ade19b Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/render/frontend/qrendertargetoutput.cpp')
-rw-r--r--src/render/frontend/qrendertargetoutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qrendertargetoutput.cpp b/src/render/frontend/qrendertargetoutput.cpp
index 6d65ec08e..14ac9c817 100644
--- a/src/render/frontend/qrendertargetoutput.cpp
+++ b/src/render/frontend/qrendertargetoutput.cpp
@@ -64,7 +64,7 @@ namespace Qt3DRender {
\brief The RenderTargetOutput type allows the specification of an attachment
of a render target (whether it is a color texture, a depth texture, etc... ).
\since 5.7
- \inmodule Qt3D.Render
+ \inqmlmodule Qt3D.Render
\inherits Node
\instantiates Qt3DRender::QRenderTargetOutput