summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-11-01 10:19:43 +0100
committerMitch Curtis <mitch.curtis@qt.io>2016-11-01 09:59:41 +0000
commitec340ad35f9d8331b9d2b9d1b1e8442ae195cf98 (patch)
treedaad75fab089cad50a28e9d56848c98411a2cb39
parentc9c6ab44470c6b246b4b33a7580113408b3848d3 (diff)
downloadqtdoc-ec340ad35f9d8331b9d2b9d1b1e8442ae195cf98.tar.gz
Doc: give the clipping section of the performance docs a target
There is another section in "Qt Quick Scene Graph Renderer" whose title is "Clipping", and since it's in the same module, it gets picked up first. Avoid the ambiguity altogether by using a target. Change-Id: I640766f7555ea9dd34239cb8822c170779d34c40 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/qmlapp/performance.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/qmlapp/performance.qdoc b/doc/src/qmlapp/performance.qdoc
index 3e55fbfb..e072918f 100644
--- a/doc/src/qmlapp/performance.qdoc
+++ b/doc/src/qmlapp/performance.qdoc
@@ -828,6 +828,7 @@ interfaces to be rendered fluidly at 60 FPS. There are some things which can
dramatically decrease rendering performance, however, and developers should be careful
to avoid these pitfalls wherever possible.
+\target clipping-performance
\section2 Clipping
Clipping is disabled by default, and should only be enabled when required.