summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qtechnique.cpp
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-05-25 13:54:45 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-03 06:28:54 +0000
commit05f60a5e97b9bfefc6912afc512dbf264e1ece66 (patch)
treea08383ef9850766d3fc1957db078463b0a02795c /src/render/materialsystem/qtechnique.cpp
parent3a16e62b2dc652bab64c0b4aaf4097aa5bc288a0 (diff)
More doc for render-materialsystem
Task-number: QTBUG-46037 Change-Id: I56e2f02992009d6ba1c094f46ad7c1e963fc9810 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/materialsystem/qtechnique.cpp')
-rw-r--r--src/render/materialsystem/qtechnique.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/materialsystem/qtechnique.cpp b/src/render/materialsystem/qtechnique.cpp
index bd4e54f21..f114e2754 100644
--- a/src/render/materialsystem/qtechnique.cpp
+++ b/src/render/materialsystem/qtechnique.cpp
@@ -167,7 +167,7 @@ QVector<QFilterKey *> QTechnique::filterKeys() const
}
/*!
- * Add a parameter to the technique.
+ * Add \a parameter to the techniques parameters.
*/
void QTechnique::addParameter(QParameter *parameter)
{
@@ -195,7 +195,7 @@ void QTechnique::addParameter(QParameter *parameter)
}
/*!
- * Remove a parameter from the technique.
+ * Remove \a parameter from the techniques parameters.
*/
void QTechnique::removeParameter(QParameter *parameter)
{