summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/data/qbardataproxy.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/data/qbardataproxy.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/data/qbardataproxy.cpp')
-rw-r--r--src/datavisualization/data/qbardataproxy.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/datavisualization/data/qbardataproxy.cpp b/src/datavisualization/data/qbardataproxy.cpp
index d2553f32..1c1170ff 100644
--- a/src/datavisualization/data/qbardataproxy.cpp
+++ b/src/datavisualization/data/qbardataproxy.cpp
@@ -49,12 +49,14 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
/*!
* \typedef QtDataVisualization::QBarDataRow
+ * \relates QBarDataProxy
*
* A vector of \l {QBarDataItem}s.
*/
/*!
* \typedef QtDataVisualization::QBarDataArray
+ * \relates QBarDataProxy
*
* A list of pointers to \l {QBarDataRow}s.
*/
@@ -358,7 +360,7 @@ void QBarDataProxy::removeRows(int rowIndex, int removeCount, bool removeLabels)
/*!
* \property QBarDataProxy::rowCount
*
- * Row count in the array.
+ * Row \a count in the array.
*/
int QBarDataProxy::rowCount() const
{
@@ -368,7 +370,7 @@ int QBarDataProxy::rowCount() const
/*!
* \property QBarDataProxy::rowLabels
*
- * Optional row labels for the array. Indexes in this array match row indexes in data array.
+ * Optional row \a labels for the array. Indexes in this array match row indexes in data array.
* If the list is shorter than row count, all rows will not get labels.
*/
QStringList QBarDataProxy::rowLabels() const
@@ -387,7 +389,7 @@ void QBarDataProxy::setRowLabels(const QStringList &labels)
/*!
* \property QBarDataProxy::columnLabels
*
- * Optional column labels for the array. Indexes in this array match column indexes in rows.
+ * Optional column \a labels for the array. Indexes in this array match column indexes in rows.
* If the list is shorter than the longest row, all columns will not get labels.
*/
QStringList QBarDataProxy::columnLabels() const