summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/axis/qcategory3daxis.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-10 16:54:43 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-10 16:06:14 +0000
commit25aeaddbfb62a705ea447b19e4d1771d603bde2b (patch)
tree7501e0aa118c555e42115ac5fc8b247dedc07640 /src/datavisualization/axis/qcategory3daxis.cpp
parentf750a084bec3062b1531e299e880043cfa19d6e7 (diff)
Doc: Add \brief commands for property docs (axis)v5.9.0-alpha1
Adjust the text as necessary. Also remove \a commands, because properties don't take arguments. Change-Id: I9f2198e383806de6a4f06745f1398d67aee4ac09 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/datavisualization/axis/qcategory3daxis.cpp')
-rw-r--r--src/datavisualization/axis/qcategory3daxis.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/datavisualization/axis/qcategory3daxis.cpp b/src/datavisualization/axis/qcategory3daxis.cpp
index d81fffa7..faf286ab 100644
--- a/src/datavisualization/axis/qcategory3daxis.cpp
+++ b/src/datavisualization/axis/qcategory3daxis.cpp
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
/*!
* \qmlproperty list CategoryAxis3D::labels
*
- * Defines labels for axis applied to categories. If there are fewer labels than categories, the
+ * The labels for the axis applied to categories. If there are fewer labels than categories, the
* remaining ones do not have a label. If category labels are not defined explicitly, labels are
* generated from the data row (or column) labels of the primary series of the graph.
*/
@@ -84,8 +84,10 @@ QCategory3DAxis::~QCategory3DAxis()
/*!
* \property QCategory3DAxis::labels
*
- * Defines \a labels for axis applied to categories. If there are fewer labels than categories, the
- * remaining ones do not have a label. If category \a labels are not defined explicitly, labels are
+ * \brief The labels for the axis applied to categories.
+ *
+ * If there are fewer labels than categories, the
+ * remaining ones do not have a label. If category labels are not defined explicitly, labels are
* generated from the data row (or column) labels of the primary series of the graph.
*/
QStringList QCategory3DAxis::labels() const