From 489025182745282d4e44d0f8bf2c292a72a35b50 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 24 Feb 2017 10:40:07 +0100 Subject: Doc: Fix \brief and \return commands (Q3dScatter) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I45c048acffc57b56205b694dd4fcb4b89917b5a3 Reviewed-by: Tomi Korpipää --- .../doc/src/qtdatavisualization-qml-scatter3d.qdoc | 32 ++++++++++++---------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'src/datavisualization/doc/src') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc index 10487420..50e8df83 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc @@ -52,34 +52,37 @@ /*! \qmlproperty ValueAxis3D Scatter3D::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. - This temporary axis is destroyed if another axis is explicitly set to same orientation. + 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 Scatter3D::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. - This temporary axis is destroyed if another axis is explicitly set to same orientation. + 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 Scatter3D::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. - This temporary axis is destroyed if another axis is explicitly set to same orientation. + 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 Scatter3DSeries Scatter3D::selectedSeries - * The selected series or \c null. + * The selected series or null. */ /*! @@ -87,7 +90,8 @@ * \default * This property holds the series of the graph. * By default, this property contains an empty list. - * To set the series, either use the addSeries() function or define them as children of the graph. + * To set the series, either use the addSeries() method or define them as + * children of the graph. */ /*! -- cgit v1.2.3