summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/axis/qcategory3daxis.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-02-27 10:14:44 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-02-27 10:29:55 +0200
commitfeec46ffea6f1cd39e679a9794c8c9159d2b25a2 (patch)
treee4029aecda0d67cdd1196f4b1c410eec1f3b2c31 /src/datavisualization/axis/qcategory3daxis.cpp
parent5bcdebd086c3d5ea9d6c1874985f7df0eacb4489 (diff)
Doc fixes:
- QCategory3DAxis - QBarDataProxy - QHeightMapSurfaceDataProxy - QItemModelBarDataProxy Change-Id: I021af6e0b52a6cc0b8068784406c3422e45640e1 Change-Id: I021af6e0b52a6cc0b8068784406c3422e45640e1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/axis/qcategory3daxis.cpp')
-rw-r--r--src/datavisualization/axis/qcategory3daxis.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datavisualization/axis/qcategory3daxis.cpp b/src/datavisualization/axis/qcategory3daxis.cpp
index c1d5777a..c11a65eb 100644
--- a/src/datavisualization/axis/qcategory3daxis.cpp
+++ b/src/datavisualization/axis/qcategory3daxis.cpp
@@ -75,8 +75,8 @@ QCategory3DAxis::~QCategory3DAxis()
/*!
* \property QCategory3DAxis::labels
*
- * Defines labels for 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
+ * 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
* generated from the data row (or column) labels of the primary series of the graph.
*/
QStringList QCategory3DAxis::labels() const