summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qparametermapping.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-11-04 12:47:51 +0100
committerTopi Reiniƶ <topi.reinio@theqtcompany.com>2015-11-23 14:15:40 +0000
commit85ffad3142cd4c3baa0bb77b0674a17287b01534 (patch)
treed0ab865a944d837b965546248b19e1ab69e99a82 /src/render/materialsystem/qparametermapping.cpp
parented9628c87fac466ee6106d12996373ddf56f2c73 (diff)
Doc: Fix QDoc warnings and do further cleanup
Fix the documentation issues that still remained broken after renaming the namespaces/QML modules. Do further cleanup and minor doc editing. Change-Id: Iff38c8c1b99e7f712dc3f9ad07ecd37a747b3a26 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/render/materialsystem/qparametermapping.cpp')
-rw-r--r--src/render/materialsystem/qparametermapping.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/materialsystem/qparametermapping.cpp b/src/render/materialsystem/qparametermapping.cpp
index 1583983e2..95234889c 100644
--- a/src/render/materialsystem/qparametermapping.cpp
+++ b/src/render/materialsystem/qparametermapping.cpp
@@ -52,7 +52,7 @@ QParameterMappingPrivate::QParameterMappingPrivate()
}
/*!
\class Qt3DRender::QParameterMapping
- \inmodule Qt3DRenderer
+ \inmodule Qt3DRender
\since 5.5
\brief The QParameterMapping class provides ...
*/
@@ -66,7 +66,7 @@ QParameterMappingPrivate::QParameterMappingPrivate()
\brief For ...
*/
-/*! \fn void Qt3DRender::QParameterMapping::copy(const QNode *ref)
+/*! \fn void Qt3DRender::QParameterMapping::copy(const Qt3DCore::QNode *ref)
Copies the \a ref instance into this one.
*/
void QParameterMapping::copy(const QNode *ref)
@@ -78,7 +78,7 @@ void QParameterMapping::copy(const QNode *ref)
d_func()->m_bindingType = mapper->d_func()->m_bindingType;
}
-/*! \fn Qt3DRender::QParameterMapping::QParameterMapping(QNode *parent)
+/*! \fn Qt3DRender::QParameterMapping::QParameterMapping(Qt3DCore::QNode *parent)
Constructs a new QParameterMapping with the specified \a parent.
*/
QParameterMapping::QParameterMapping(QNode *parent)
@@ -126,7 +126,7 @@ QParameterMapping::~QParameterMapping()
*/
/*!
- \qmlproperty string Qt3D.Renderer::ParameterMapping::parameterName
+ \qmlproperty string Qt3D.Render::ParameterMapping::parameterName
*/
@@ -145,7 +145,7 @@ void QParameterMapping::setParameterName(const QString &name)
*/
/*!
- \qmlproperty string Qt3D.Renderer::ParameterMapping::shaderVariableName
+ \qmlproperty string Qt3D.Render::ParameterMapping::shaderVariableName
*/
@@ -164,7 +164,7 @@ void QParameterMapping::setShaderVariableName(const QString &name)
*/
/*!
- \qmlproperty BindingType Qt3D.Renderer::ParameterMapping::bindingType
+ \qmlproperty BindingType Qt3D.Render::ParameterMapping::bindingType
\value Uniform
\value Attribute