From d7b9b0d216f594ce9964ee3c8253f1c8ba2a920a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 16 Oct 2013 12:49:19 +0200 Subject: Doc: language/style review datavisualization doc Task-number: QTBUG-33360 Change-Id: Ib6918dcc4c0ee213dddb118616940306a10001fa Reviewed-by: Miikka Heikkinen --- .../doc/src/qtdatavisualization-qml-surface3d.qdoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc index ecc40cdf..c55b7ec1 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc @@ -22,11 +22,11 @@ \inqmlmodule com.digia.QtDataVisualization \since com.digia.QtDataVisualization 1.0 \ingroup datavisualization_qml - \brief 3D surface graph. + \brief Describes the usage of the 3D surface graph. This type enables developers to render surface plots in 3D with Qt Quick 2. - You will need to import data visualization module to use this type: + You will need to import the data visualization module to use this type: \snippet doc_src_qmldatavisualization.cpp 0 @@ -53,7 +53,7 @@ If an axis is not given, a temporary default axis with no labels and automatically adjusting range is created. - This temporary axis is destroyed if another axis is explicitly set to same orientation. + This temporary axis is destroyed if another axis is explicitly set to the same orientation. */ /*! @@ -62,7 +62,7 @@ If an axis is not given, a temporary default axis with no labels and automatically adjusting range is created. - This temporary axis is destroyed if another axis is explicitly set to same orientation. + This temporary axis is destroyed if another axis is explicitly set to the same orientation. */ /*! @@ -71,17 +71,17 @@ If an axis is not given, a temporary default axis with no labels and automatically adjusting range is created. - This temporary axis is destroyed if another axis is explicitly set to same orientation. + This temporary axis is destroyed if another axis is explicitly set to the same orientation. */ /*! \qmlproperty bool Surface3D::smoothSurfaceEnabled - Smoothing of surface. If false, shading of the surface is flat. + The smoothing of surface. If false, the shading of the surface is flat. */ /*! \qmlproperty bool Surface3D::surfaceGridEnabled - Surface grid visibility. If false, no surface grid is drawn. + The surface grid visibility. If false, no surface grid is drawn. */ /*! -- cgit v1.2.3