summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-01-19 10:30:40 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-01-19 09:45:07 +0000
commit739681e682c0741a47f93e3e5999510cc4855699 (patch)
treeea7f712aa350566387be8fa6a489e173b510c59b /src
parent893cab2b9b4bcc7fd3b5960cd10c8d3a002f6d45 (diff)
Doc: Fix QDoc command errors in BoxPlotSeries type docs
Change-Id: I805783c4148adc90eaf1c674168f430cfb4ad1cc Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/chartsqml2/declarativeboxplotseries.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/chartsqml2/declarativeboxplotseries.cpp b/src/chartsqml2/declarativeboxplotseries.cpp
index 24740ec8..68f52046 100644
--- a/src/chartsqml2/declarativeboxplotseries.cpp
+++ b/src/chartsqml2/declarativeboxplotseries.cpp
@@ -250,13 +250,14 @@ QT_CHARTS_BEGIN_NAMESPACE
*/
/*!
\qmlsignal BoxPlotSeries::boxsetsAdded(list sets)
- This signal is emitted when the box-and-whiskers items specified by \sets
+ This signal is emitted when the box-and-whiskers items specified by \a sets
are added to the series.
The corresponding signal handler is \c onBoxsetsAdded().
+*/
/*!
\qmlsignal BoxPlotSeries::boxsetsRemoved(list sets)
- This signal is emitted when the box-and-whiskers items specified by \sets
+ This signal is emitted when the box-and-whiskers items specified by \a sets
are removed from the series.
The corresponding signal handler is \c onBoxsetsRemoved().