From afccf3b4654c04c57d4f7e6da09f88e27ffb5a54 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 24 Jul 2018 15:32:04 +0200 Subject: Doc: Fix broken link targets * Rename two section titles that caused confusion for the autolinker. * Add see also link to correct location from SpriteSequence QML type. Task-number: QTBUG-58640 Change-Id: I62b941d00198ac56d998ca14b926c7bb37f6c91e Reviewed-by: Mitch Curtis --- examples/quick/imageelements/doc/src/imageelements.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/quick/imageelements/doc/src/imageelements.qdoc b/examples/quick/imageelements/doc/src/imageelements.qdoc index e32293907c..2c6490fb2c 100644 --- a/examples/quick/imageelements/doc/src/imageelements.qdoc +++ b/examples/quick/imageelements/doc/src/imageelements.qdoc @@ -36,29 +36,29 @@ \include examples-run.qdocinc - \section1 BorderImage + \section1 Scaling with BorderImage \e BorderImage shows off the various scaling modes of the \l BorderImage type by setting its horizontalTileMode and verticalTileMode properties. - \section1 Image + \section1 Image Fill \e Image shows off the various fill modes of the \l Image type. - \section1 Shadows + \section1 Shadow Effects \e Shadows shows how to create a drop shadow effect for a rectangular item using a \l BorderImage: \snippet imageelements/content/ShadowRectangle.qml shadow - \section1 AnimatedSprite + \section1 Sprite Animations with AnimatedSprite \e AnimatedSprite shows how to display a simple animation using an \l AnimatedSprite object: \snippet imageelements/animatedsprite.qml sprite The sprite animation will loop three times. - \section1 SpriteSequence + \section1 Sprite Animations with SpriteSequence \e SpriteSequence demonstrates using a sprite sequence to draw an animated and interactive bear. The \l SpriteSequence object defines five different -- cgit v1.2.3