From 4fc456a22bb41643e69f3caf8172df0d2fb4a1dc Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 24 Feb 2017 14:01:17 +0100 Subject: Doc: Fix \brief and \return commands (Q3dSurface) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove property getter docs, because they do not add any info, and move setter docs to separate entries. Change-Id: I78a0dab0ec9652b58b319f09dc5266e36d12e85a Reviewed-by: Tomi Korpipää --- .../doc/src/qtdatavisualization-qml-surface3d.qdoc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/datavisualization/doc/src') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc index 0aca2af4..8c465216 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-surface3d.qdoc @@ -52,34 +52,34 @@ /*! \qmlproperty ValueAxis3D Surface3D::axisX - The active X axis. + The active x-axis. - If an axis is not given, a temporary default axis with no labels and automatically adjusting - range is created. + If an axis is not given, a temporary default axis with no labels and an + automatically adjusting range is created. This temporary axis is destroyed if another axis is explicitly set to the same orientation. */ /*! \qmlproperty ValueAxis3D Surface3D::axisY - The active Y axis. + The active y-axis. - If an axis is not given, a temporary default axis with no labels and automatically adjusting - range is created. + If an axis is not given, a temporary default axis with no labels and an + automatically adjusting range is created. This temporary axis is destroyed if another axis is explicitly set to the same orientation. */ /*! \qmlproperty ValueAxis3D Surface3D::axisZ - The active Z axis. + The active z-axis. - If an axis is not given, a temporary default axis with no labels and automatically adjusting - range is created. + If an axis is not given, a temporary default axis with no labels and an + automatically adjusting range is created. This temporary axis is destroyed if another axis is explicitly set to the same orientation. */ /*! * \qmlproperty Surface3DSeries Surface3D::selectedSeries - * The selected series or \c null. If \l {QAbstract3DGraph::selectionMode}{selectionMode} has + * The selected series or null. If \l {QAbstract3DGraph::selectionMode}{selectionMode} has the * \c SelectionMultiSeries flag set, this property holds the series which owns the selected point. */ @@ -114,5 +114,5 @@ /*! * \qmlmethod void Surface3D::removeSeries(Surface3DSeries series) - * Remove the \a series from the graph. + * Removes the \a series from the graph. */ -- cgit v1.2.3