From cce0e1f9c27683292741310a730e21e36f123ae0 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 12 Sep 2014 11:01:33 +0200 Subject: Doc: apply title case to all section1 titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-41250 Change-Id: I303d989992c9685f73baae50c64accf71b43549f Reviewed-by: Topi Reiniƶ --- examples/quick/canvas/doc/src/canvas.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/quick/canvas') diff --git a/examples/quick/canvas/doc/src/canvas.qdoc b/examples/quick/canvas/doc/src/canvas.qdoc index 2c4bd1f752..e5138e3f35 100644 --- a/examples/quick/canvas/doc/src/canvas.qdoc +++ b/examples/quick/canvas/doc/src/canvas.qdoc @@ -38,12 +38,12 @@ \include examples-run.qdocinc - \section1 Red heart + \section1 Red Heart \e{Red heart} uses the bezier curve API to stroke and fill a red heart. \snippet canvas/bezierCurve/bezierCurve.qml 0 - \section1 Talk bubble + \section1 Talk Bubble \e{Talk bubble} uses the quadraticCurveTo() API to stroke and fill a customized talk bubble: @@ -57,12 +57,12 @@ \e Squircle uses a collection of simple moveTo() and lineTo() path APIs to draw a smooth squircle. - \section1 Rounded rectangle + \section1 Rounded Rectangle \e{Rounded rectangle} uses a collection of lineTo() and arcTo() path APIs to draw a rounded rectangle. - \section1 Smile face + \section1 Smile Face \e{Smile face} uses several paths to draw and fill a smiling face. -- cgit v1.2.3