From 90aff7026205d71efde65f1783a06af82e528287 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 2 Nov 2016 12:41:36 +0100 Subject: Doc: Use capitalization in section titles Change-Id: I3ea9dde5f98813716d754d292af1f005d33ba98e Reviewed-by: Leena Miettinen --- examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/datavisualization/qmlsurface') diff --git a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc index 55ec2bdd..e93d55e7 100644 --- a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc +++ b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc @@ -42,7 +42,7 @@ we skip explaining the application creation. For more detailed QML example documentation, see \l{Qt Quick 2 Scatter Example}. - \section1 Adding data to the graph + \section1 Adding Data to the Graph This example shows two methods to set data to surface graph, using the HeightMapSurfaceDataProxy and ItemModelSurfaceDataProxy. First we go through setting the data using the height map specific @@ -73,7 +73,7 @@ \dots 0 \snippet qmlsurface/qml/qmlsurface/main.qml 6 - \section1 Showing data + \section1 Showing Data In the \c main.qml, we set up the Surface3D element to show the data and various UI elements to illustrate few interesting features. @@ -115,5 +115,5 @@ 250 on height map proxy to show exaggerated height. At the same time the middle color position on the gradient is modified to match the value range change. - \section1 Example contents + \section1 Example Contents */ -- cgit v1.2.3