From 4ee11c8c49e795150d8d065cd3d5d3b39c4aae46 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 7 Aug 2018 13:07:36 +0200 Subject: Doc: Rename section titles to avoid auto-linker issues The section titles cause links that should target QML types to link to the page sections. Renaming the section titles to link correctly. Task-number: QTBUG-59445 Change-Id: Idde600c87621d270c4e25a5dac0a55fbfc7a96ef Reviewed-by: Mitch Curtis --- src/quick/doc/src/concepts/positioning/layouts.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/quick/doc/src/concepts/positioning/layouts.qdoc') diff --git a/src/quick/doc/src/concepts/positioning/layouts.qdoc b/src/quick/doc/src/concepts/positioning/layouts.qdoc index 55a2f90e88..9e15d46093 100644 --- a/src/quick/doc/src/concepts/positioning/layouts.qdoc +++ b/src/quick/doc/src/concepts/positioning/layouts.qdoc @@ -48,7 +48,7 @@ graphical types: \annotatedlist qtquick-positioners -\section2 Column +\section2 Column Items \div {class="float-right"} \inlineimage qml-column.png @@ -64,7 +64,7 @@ include a small amount of space between the rectangles. Note that, since Column inherits directly from Item, any background color must be added to a parent Rectangle, if desired. -\section2 Row +\section2 Row Items \div {class="float-right"} \inlineimage qml-row.png @@ -80,7 +80,7 @@ left around the edges of the horizontally centered Row item. \snippet qml/row.qml document -\section2 Grid +\section2 Grid Items \div {class="float-right"} \inlineimage qml-grid-spacing.png @@ -100,7 +100,7 @@ themselves. Any empty cells in the grid must be created by defining placeholder items at the appropriate places in the Grid definition. -\section2 Flow +\section2 Flow Items \div {class="float-right"} \inlineimage qml-flow-text1.png -- cgit v1.2.3