summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qtechniquefilter.cpp
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-05-25 12:31:07 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-07 08:57:30 +0000
commite6ba9998b11ace2b875eebda62d44ea91c74d0b0 (patch)
tree4eef41616a8eb19711da66c94165b89bf0a25a87 /src/render/framegraph/qtechniquefilter.cpp
parent8bf76e51119aa49e745b078ceed3ffa67a89aea1 (diff)
More doc for render-framegraph
Task-number: QTBUG-46037 Change-Id: I26f12f6964e438c7e151cbe812fb67cfcc38edb2 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/render/framegraph/qtechniquefilter.cpp')
-rw-r--r--src/render/framegraph/qtechniquefilter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/framegraph/qtechniquefilter.cpp b/src/render/framegraph/qtechniquefilter.cpp
index f63784888..8ffe16430 100644
--- a/src/render/framegraph/qtechniquefilter.cpp
+++ b/src/render/framegraph/qtechniquefilter.cpp
@@ -92,7 +92,7 @@ QVector<QFilterKey *> QTechniqueFilter::matchAll() const
}
/*!
- Add the filter key /a filterKey to the match vector.
+ Add the filter key \a filterKey to the match vector.
*/
void QTechniqueFilter::addMatch(QFilterKey *filterKey)
{
@@ -120,7 +120,7 @@ void QTechniqueFilter::addMatch(QFilterKey *filterKey)
}
/*!
- Remove the filter key /a filterKey from the match vector.
+ Remove the filter key \a filterKey from the match vector.
*/
void QTechniqueFilter::removeMatch(QFilterKey *filterKey)
{
@@ -137,7 +137,7 @@ void QTechniqueFilter::removeMatch(QFilterKey *filterKey)
}
/*!
- Add the parameter /a parameter to the parameter vector.
+ Add the parameter \a parameter to the parameter vector.
*/
void QTechniqueFilter::addParameter(QParameter *parameter)
{
@@ -165,7 +165,7 @@ void QTechniqueFilter::addParameter(QParameter *parameter)
}
/*!
- Remove the parameter /a parameter from the parameter vector.
+ Remove the parameter \a parameter from the parameter vector.
*/
void QTechniqueFilter::removeParameter(QParameter *parameter)
{