From: Topi Reinio Date: Tue, 25 Aug 2015 12:31:59 +0000 (+0200) Subject: Doc: Rename sections in Touch Interaction example documentation X-Git-Tag: v5.5.90+alpha1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8843f9375632fe999b31d16a39e879590d3d9d07;p=platform%2Fupstream%2Fqtdeclarative.git Doc: Rename sections in Touch Interaction example documentation A section title 'Flickable' caused mislinking when using \l {Flickable}, and the intention is to link to the Flickable QML type reference. Change-Id: I2945fc675f0adcf0fe97d1d5f2ed0301c6e9f64b Reviewed-by: Leena Miettinen --- diff --git a/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc b/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc index 760e14adc..e66d5c565 100644 --- a/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc +++ b/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc @@ -36,7 +36,7 @@ \include examples-run.qdocinc - \section1 Multipoint Flames + \section1 Multipoint Flames Example \e{Multipoint Flames} demonstrates distinguishing different fingers in a \l MultiPointTouchArea, by assigning a different colored flame to each touch @@ -49,7 +49,7 @@ whether it is currently pressed, as follows: \snippet touchinteraction/multipointtouch/multiflame.qml 1 - \section1 Bear-Whack + \section1 Bear-Whack Example \e{Bear-Whack} demonstrates using \l MultiPointTouchArea to add multiple finger support to a simple game. The interaction with the game @@ -58,19 +58,19 @@ embedded into it: \snippet touchinteraction/multipointtouch/content/AugmentedTouchPoint.qml 0 - \section1 Flick Resize + \section1 Flick Resize Example \e{Flick Resize} uses a \l PinchArea to implement a \e{pinch-to-resize} behavior. This is easily achieved by listening to the PinchArea signals and responding to user input. \snippet touchinteraction/pincharea/flickresize.qml 0 - \section1 Flickable + \section1 Flickable Example \e Flickable is a simple example demonstrating the \l Flickable type. \snippet touchinteraction/flickable/basic-flickable.qml 0 - \section1 Corkboards + \section1 Corkboards Example \e Corkboards shows another use for \l Flickable, with QML types within the flickable object that respond to mouse and keyboard interaction. This