summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2015-07-03 09:31:31 +0300
committerTitta Heikkala <titta.heikkala@theqtcompany.com>2015-07-03 08:31:48 +0000
commit5fbd172ba15f40e11774d6e2ec58bcf8b139b58b (patch)
tree9380c65f7d2efd051a03b0a999abed9c3c712dcb
parent7c9f8e5a27d8b5570d700aa992a35077f2022c4a (diff)
Fix documentation build
Removed deprecated and unnecessary '\mainclass' command from documentation. Change-Id: I7aaaba3da38ef647b4cf9023cb4f4b50fe08ca53 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
-rw-r--r--src/charts/areachart/qareaseries.cpp2
-rw-r--r--src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp1
-rw-r--r--src/charts/axis/categoryaxis/qcategoryaxis.cpp1
-rw-r--r--src/charts/axis/datetimeaxis/qdatetimeaxis.cpp1
-rw-r--r--src/charts/axis/logvalueaxis/qlogvalueaxis.cpp1
-rw-r--r--src/charts/axis/qabstractaxis.cpp1
-rw-r--r--src/charts/axis/valueaxis/qvalueaxis.cpp1
-rw-r--r--src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp1
-rw-r--r--src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp1
-rw-r--r--src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp1
-rw-r--r--src/charts/barchart/qabstractbarseries.cpp1
-rw-r--r--src/charts/barchart/qbarset.cpp2
-rw-r--r--src/charts/barchart/qhbarmodelmapper.cpp1
-rw-r--r--src/charts/barchart/qvbarmodelmapper.cpp1
-rw-r--r--src/charts/barchart/vertical/bar/qbarseries.cpp1
-rw-r--r--src/charts/barchart/vertical/percent/qpercentbarseries.cpp1
-rw-r--r--src/charts/barchart/vertical/stacked/qstackedbarseries.cpp1
-rw-r--r--src/charts/boxplotchart/qboxplotseries.cpp1
-rw-r--r--src/charts/boxplotchart/qboxset.cpp2
-rw-r--r--src/charts/boxplotchart/qvboxplotmodelmapper.cpp1
-rw-r--r--src/charts/legend/qarealegendmarker.cpp1
-rw-r--r--src/charts/legend/qbarlegendmarker.cpp1
-rw-r--r--src/charts/legend/qboxplotlegendmarker.cpp1
-rw-r--r--src/charts/legend/qlegend.cpp1
-rw-r--r--src/charts/legend/qlegendmarker.cpp1
-rw-r--r--src/charts/legend/qpielegendmarker.cpp1
-rw-r--r--src/charts/legend/qxylegendmarker.cpp1
-rw-r--r--src/charts/linechart/qlineseries.cpp2
-rw-r--r--src/charts/piechart/qhpiemodelmapper.cpp1
-rw-r--r--src/charts/piechart/qvpiemodelmapper.cpp1
-rw-r--r--src/charts/qabstractseries.cpp1
-rw-r--r--src/charts/scatterchart/qscatterseries.cpp2
-rw-r--r--src/charts/xychart/qhxymodelmapper.cpp1
-rw-r--r--src/charts/xychart/qvxymodelmapper.cpp1
34 files changed, 0 insertions, 39 deletions
diff --git a/src/charts/areachart/qareaseries.cpp b/src/charts/areachart/qareaseries.cpp
index ec40146e..a2f44a5c 100644
--- a/src/charts/areachart/qareaseries.cpp
+++ b/src/charts/areachart/qareaseries.cpp
@@ -34,8 +34,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\inmodule Qt Charts
\brief The QAreaSeries class is used for making area charts.
- \mainclass
-
An area series is used to show quantitative data. It is based on line series, in the way that
the area between the boundary lines is emphasized with color. Since the area series is based on
line series, QAreaSeries constructor needs a QLineSeries instance, which defines "upper"
diff --git a/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp b/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
index 3b892a48..09def923 100644
--- a/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
+++ b/src/charts/axis/barcategoryaxis/qbarcategoryaxis.cpp
@@ -29,7 +29,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QBarCategoryAxis
\inmodule Qt Charts
\brief The QBarCategoryAxis class is used for manipulating chart's axis.
- \mainclass
QBarCategoryAxis can be setup to show axis line with tick marks, grid lines and shades.
Categories are drawn between ticks. Note that you can use this also with lineseries too.
diff --git a/src/charts/axis/categoryaxis/qcategoryaxis.cpp b/src/charts/axis/categoryaxis/qcategoryaxis.cpp
index d550bb13..53eeca66 100644
--- a/src/charts/axis/categoryaxis/qcategoryaxis.cpp
+++ b/src/charts/axis/categoryaxis/qcategoryaxis.cpp
@@ -31,7 +31,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QCategoryAxis
\inmodule Qt Charts
\brief The QCategoryAxis class allows putting a named ranges on the axis.
- \mainclass
This class can be used when the underlying data needs to be given extra meaning.
Unlike with the QBarCategoryAxis the QCategoryAxis allows the categories ranges widths to be specified freely.
diff --git a/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp b/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
index 31357fd8..f0a27bbe 100644
--- a/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
+++ b/src/charts/axis/datetimeaxis/qdatetimeaxis.cpp
@@ -32,7 +32,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QDateTimeAxis
\inmodule Qt Charts
\brief The QDateTimeAxis class is used for manipulating chart's axis.
- \mainclass
The labels can be configured by setting an appropriate DateTime format.
QDateTimeAxis works correctly with dates from 4714 BCE to 287396 CE.
diff --git a/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp b/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
index 763c96d1..b0c57db2 100644
--- a/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
+++ b/src/charts/axis/logvalueaxis/qlogvalueaxis.cpp
@@ -31,7 +31,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QLogValueAxis
\inmodule Qt Charts
\brief The QLogValueAxis class is used for manipulating chart's axis.
- \mainclass
\note If a QLogValueAxis is attached to a series with one or more points with
negative or zero values on the associated dimension, the series will not be
diff --git a/src/charts/axis/qabstractaxis.cpp b/src/charts/axis/qabstractaxis.cpp
index be5d3fe5..95d7f433 100644
--- a/src/charts/axis/qabstractaxis.cpp
+++ b/src/charts/axis/qabstractaxis.cpp
@@ -28,7 +28,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QAbstractAxis
\inmodule Qt Charts
\brief The QAbstractAxis class is used for manipulating chart's axis.
- \mainclass
Each series can be bound to one or more horizontal and vertical axes, but mixing axis types
that would result in different domains is not supported, such as specifying
diff --git a/src/charts/axis/valueaxis/qvalueaxis.cpp b/src/charts/axis/valueaxis/qvalueaxis.cpp
index 7d28b1eb..8e9223c3 100644
--- a/src/charts/axis/valueaxis/qvalueaxis.cpp
+++ b/src/charts/axis/valueaxis/qvalueaxis.cpp
@@ -33,7 +33,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QValueAxis
\inmodule Qt Charts
\brief The QValueAxis class is used for manipulating chart's axis.
- \mainclass
ValueAxis can be setup to show axis line with tick marks, grid lines and shades.
Values of axis are drawn to position of ticks.
diff --git a/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp b/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp
index 64ed1016..33d7a199 100644
--- a/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp
+++ b/src/charts/barchart/horizontal/bar/qhorizontalbarseries.cpp
@@ -31,7 +31,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QHorizontalBarSeries
\inmodule Qt Charts
\brief Series for creating horizontal bar chart.
- \mainclass
QHorizontalBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars
as groups, where bars in same category are grouped next to each other. QHorizontalBarSeries groups the data
diff --git a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp
index efb8dd28..cd64c71a 100644
--- a/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp
+++ b/src/charts/barchart/horizontal/percent/qhorizontalpercentbarseries.cpp
@@ -28,7 +28,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QHorizontalPercentBarSeries
\inmodule Qt Charts
\brief Series for creating horizontal percent bar chart.
- \mainclass
QHorizontalPercentBarSeries represents a series of data shown as bars. The purpose of this
class is to draw bars as groups, where bars in same category are grouped next to each other.
diff --git a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp
index 7c5aacee..34ed04a5 100644
--- a/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp
+++ b/src/charts/barchart/horizontal/stacked/qhorizontalstackedbarseries.cpp
@@ -27,7 +27,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QHorizontalStackedBarSeries
\inmodule Qt Charts
\brief Series for creating horizontal stacked bar chart.
- \mainclass
QHorizontalStackedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars
as groups, where bars in same category are grouped next to each other. QHorizontalStackedBarSeries groups the data
diff --git a/src/charts/barchart/qabstractbarseries.cpp b/src/charts/barchart/qabstractbarseries.cpp
index ba769a40..5b013ca5 100644
--- a/src/charts/barchart/qabstractbarseries.cpp
+++ b/src/charts/barchart/qabstractbarseries.cpp
@@ -36,7 +36,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QAbstractBarSeries
\inmodule Qt Charts
\brief Series for creating a bar chart.
- \mainclass
QAbstractBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars to
the position defined by data. Single bar is defined by QPointF, where x value is the x-coordinate of the bar
diff --git a/src/charts/barchart/qbarset.cpp b/src/charts/barchart/qbarset.cpp
index 56dadbe5..d6194b7d 100644
--- a/src/charts/barchart/qbarset.cpp
+++ b/src/charts/barchart/qbarset.cpp
@@ -33,8 +33,6 @@ QT_CHARTS_BEGIN_NAMESPACE
If set has fewer values than there are categories, then the missing values are assumed to be
at the end of set. For missing values in middle of a set, numerical value of zero is used.
- \mainclass
-
\sa QAbstractBarSeries, QBarSeries, QStackedBarSeries, QPercentBarSeries
*/
/*!
diff --git a/src/charts/barchart/qhbarmodelmapper.cpp b/src/charts/barchart/qhbarmodelmapper.cpp
index c9a8c774..7c5469e7 100644
--- a/src/charts/barchart/qhbarmodelmapper.cpp
+++ b/src/charts/barchart/qhbarmodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QHBarModelMapper
\inmodule Qt Charts
\brief Horizontal model mapper for bar series.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Horizontal model mapper is used to create a connection between QAbstractBarSeries and QAbstractItemModel derived model object.
diff --git a/src/charts/barchart/qvbarmodelmapper.cpp b/src/charts/barchart/qvbarmodelmapper.cpp
index dd5f0d30..6a785629 100644
--- a/src/charts/barchart/qvbarmodelmapper.cpp
+++ b/src/charts/barchart/qvbarmodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QVBarModelMapper
\inmodule Qt Charts
\brief Vertical model mapper for bar series.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Vertical model mapper is used to create a connection between QAbstractBarSeries and QAbstractItemModel derived model object.
diff --git a/src/charts/barchart/vertical/bar/qbarseries.cpp b/src/charts/barchart/vertical/bar/qbarseries.cpp
index 0965ea8a..beaedece 100644
--- a/src/charts/barchart/vertical/bar/qbarseries.cpp
+++ b/src/charts/barchart/vertical/bar/qbarseries.cpp
@@ -30,7 +30,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QBarSeries
\inmodule Qt Charts
\brief Series for creating bar chart.
- \mainclass
QBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars
as groups, where bars in same category are grouped next to each other. QBarSeries groups the data
diff --git a/src/charts/barchart/vertical/percent/qpercentbarseries.cpp b/src/charts/barchart/vertical/percent/qpercentbarseries.cpp
index fec1af58..2612dc73 100644
--- a/src/charts/barchart/vertical/percent/qpercentbarseries.cpp
+++ b/src/charts/barchart/vertical/percent/qpercentbarseries.cpp
@@ -29,7 +29,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QPercentBarSeries
\inmodule Qt Charts
\brief Series for creating percent bar chart.
- \mainclass
QPercentBarSeries represents a series of data shown as bars. The purpose of this class is to
draw bars as stacks, where each bar is shown as percentage of all bars in that category.
diff --git a/src/charts/barchart/vertical/stacked/qstackedbarseries.cpp b/src/charts/barchart/vertical/stacked/qstackedbarseries.cpp
index 7c529c4d..32af2cb4 100644
--- a/src/charts/barchart/vertical/stacked/qstackedbarseries.cpp
+++ b/src/charts/barchart/vertical/stacked/qstackedbarseries.cpp
@@ -29,7 +29,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QStackedBarSeries
\inmodule Qt Charts
\brief Series for creating stacked bar chart.
- \mainclass
QStackedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars
as stacks, where bars in same category are stacked on top of each other.
diff --git a/src/charts/boxplotchart/qboxplotseries.cpp b/src/charts/boxplotchart/qboxplotseries.cpp
index cd4ee98b..8bf39c23 100644
--- a/src/charts/boxplotchart/qboxplotseries.cpp
+++ b/src/charts/boxplotchart/qboxplotseries.cpp
@@ -36,7 +36,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QBoxPlotSeries
\inmodule Qt Charts
\brief Series for creating box-and-whiskers chart.
- \mainclass
QBoxPlotSeries represents a series of data shown as box-and-whisker bars. The purpose of this class is to act as
a container for single box-and-whisker items. Each item is drawn to own slot. If chart includes multiple instances of
diff --git a/src/charts/boxplotchart/qboxset.cpp b/src/charts/boxplotchart/qboxset.cpp
index c4130576..9b1ad08f 100644
--- a/src/charts/boxplotchart/qboxset.cpp
+++ b/src/charts/boxplotchart/qboxset.cpp
@@ -33,8 +33,6 @@ QT_CHARTS_BEGIN_NAMESPACE
lower quartile, median, upper quartile and upper extreme. The Second method is to create an empty QBoxSet instance and
give the values using setValue method.
- \mainclass
-
\sa QBoxPlotSeries
*/
/*!
diff --git a/src/charts/boxplotchart/qvboxplotmodelmapper.cpp b/src/charts/boxplotchart/qvboxplotmodelmapper.cpp
index 98056a6b..e563da89 100644
--- a/src/charts/boxplotchart/qvboxplotmodelmapper.cpp
+++ b/src/charts/boxplotchart/qvboxplotmodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QVBoxPlotModelMapper
\inmodule Qt Charts
\brief Vertical model mapper for box plot series.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Vertical model mapper is used to create a connection between QBoxPlotSeries and QAbstractItemModel derived model object.
diff --git a/src/charts/legend/qarealegendmarker.cpp b/src/charts/legend/qarealegendmarker.cpp
index def27e3c..10d59e74 100644
--- a/src/charts/legend/qarealegendmarker.cpp
+++ b/src/charts/legend/qarealegendmarker.cpp
@@ -27,7 +27,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QAreaLegendMarker
\inmodule Qt Charts
\brief QLegendMarker subclass for area series.
- \mainclass
QAreaLegendMarker is related to QAreaSeries. One QAreaSeries results in one marker.
diff --git a/src/charts/legend/qbarlegendmarker.cpp b/src/charts/legend/qbarlegendmarker.cpp
index 463ddd62..97440614 100644
--- a/src/charts/legend/qbarlegendmarker.cpp
+++ b/src/charts/legend/qbarlegendmarker.cpp
@@ -27,7 +27,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QBarLegendMarker
\inmodule Qt Charts
\brief QLegendMarker subclass for bar series.
- \mainclass
QBarLegendMarker is related to QAbstractBarSeries derived classes. With bar series, each marker is related to one QBarSet.
diff --git a/src/charts/legend/qboxplotlegendmarker.cpp b/src/charts/legend/qboxplotlegendmarker.cpp
index 7872420a..488ec5ab 100644
--- a/src/charts/legend/qboxplotlegendmarker.cpp
+++ b/src/charts/legend/qboxplotlegendmarker.cpp
@@ -27,7 +27,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QBoxPlotLegendMarker
\inmodule Qt Charts
\brief QLegendMarker subclass for box plot series.
- \mainclass
QBoxPlotLegendMarker is related to QBoxPlotSeries classes.
diff --git a/src/charts/legend/qlegend.cpp b/src/charts/legend/qlegend.cpp
index bd50e12a..e1558cef 100644
--- a/src/charts/legend/qlegend.cpp
+++ b/src/charts/legend/qlegend.cpp
@@ -39,7 +39,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\inmodule Qt Charts
\inherits QGraphicsWidget
\brief Legend object.
- \mainclass
QLegend is a graphical object for displaying the legend of the chart. Legend state is updated by QChart, when
series have been changed. By default, legend is drawn by QChart, but user can set a new parent to legend and
diff --git a/src/charts/legend/qlegendmarker.cpp b/src/charts/legend/qlegendmarker.cpp
index 68818c88..9a16a08e 100644
--- a/src/charts/legend/qlegendmarker.cpp
+++ b/src/charts/legend/qlegendmarker.cpp
@@ -32,7 +32,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QLegendMarker
\inmodule Qt Charts
\brief LegendMarker object.
- \mainclass
QLegendMarker is abstract object that can be used to access markers inside QLegend. Legend marker consists of two
items: The colored box, which reflects the color of series and label, which is the name of series (or label of slice/barset
diff --git a/src/charts/legend/qpielegendmarker.cpp b/src/charts/legend/qpielegendmarker.cpp
index fb69b628..095fb994 100644
--- a/src/charts/legend/qpielegendmarker.cpp
+++ b/src/charts/legend/qpielegendmarker.cpp
@@ -27,7 +27,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QPieLegendMarker
\inmodule Qt Charts
\brief QLegendMarker subclass for pie series.
- \mainclass
QPieLegendMarker is related to QPieSeries. With QPieSeries, each slice of pie is related to one marker in QLegend.
diff --git a/src/charts/legend/qxylegendmarker.cpp b/src/charts/legend/qxylegendmarker.cpp
index 4e50d86b..f6b53934 100644
--- a/src/charts/legend/qxylegendmarker.cpp
+++ b/src/charts/legend/qxylegendmarker.cpp
@@ -27,7 +27,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QXYLegendMarker
\inmodule Qt Charts
\brief QLegendMarker subclass for QXYSeries.
- \mainclass
QXYLegendMarker is related to QXYSeries derived classes. Each marker is related to one series.
diff --git a/src/charts/linechart/qlineseries.cpp b/src/charts/linechart/qlineseries.cpp
index 2309527c..c48e875e 100644
--- a/src/charts/linechart/qlineseries.cpp
+++ b/src/charts/linechart/qlineseries.cpp
@@ -29,8 +29,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\inmodule Qt Charts
\brief The QLineSeries class is used for making line charts.
- \mainclass
-
A line chart is used to show information as a series of data points
connected by straight lines.
diff --git a/src/charts/piechart/qhpiemodelmapper.cpp b/src/charts/piechart/qhpiemodelmapper.cpp
index 6aba13a5..a436140c 100644
--- a/src/charts/piechart/qhpiemodelmapper.cpp
+++ b/src/charts/piechart/qhpiemodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QHPieModelMapper
\inmodule Qt Charts
\brief Horizontal model mapper for pie series.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Horizontal model mapper is used to create a connection between QPieSeries and QAbstractItemModel derived model object that keeps the consecutive pie slices data in rows.
diff --git a/src/charts/piechart/qvpiemodelmapper.cpp b/src/charts/piechart/qvpiemodelmapper.cpp
index fd9b1831..af75131c 100644
--- a/src/charts/piechart/qvpiemodelmapper.cpp
+++ b/src/charts/piechart/qvpiemodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QVPieModelMapper
\inmodule Qt Charts
\brief Vertical model mapper for pie series.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Vertical model mapper is used to create a connection between QPieSeries and QAbstractItemModel derived model object that keeps the consecutive pie slices data in columns.
diff --git a/src/charts/qabstractseries.cpp b/src/charts/qabstractseries.cpp
index 03a63830..220dfacd 100644
--- a/src/charts/qabstractseries.cpp
+++ b/src/charts/qabstractseries.cpp
@@ -33,7 +33,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QAbstractSeries
\inmodule Qt Charts
\brief Base class for all Qt Chart series.
- \mainclass
Usually you use the series type specific inherited classes instead of the base class.
\sa QXYSeries, QLineSeries, QSplineSeries, QScatterSeries, QAreaSeries, QAbstractBarSeries, QStackedBarSeries,
diff --git a/src/charts/scatterchart/qscatterseries.cpp b/src/charts/scatterchart/qscatterseries.cpp
index 7af805e1..a3008f1b 100644
--- a/src/charts/scatterchart/qscatterseries.cpp
+++ b/src/charts/scatterchart/qscatterseries.cpp
@@ -29,8 +29,6 @@
\inmodule Qt Charts
\brief The QScatterSeries class is used for making scatter charts.
- \mainclass
-
The scatter data is displayed as a collection of points on the chart. Each point determines the position on the horizontal axis
and the vertical axis.
diff --git a/src/charts/xychart/qhxymodelmapper.cpp b/src/charts/xychart/qhxymodelmapper.cpp
index 8deb0558..35f26a2f 100644
--- a/src/charts/xychart/qhxymodelmapper.cpp
+++ b/src/charts/xychart/qhxymodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QHXYModelMapper
\inmodule Qt Charts
\brief Horizontal model mapper for QXYSeries.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Horizontal model mapper is used to create a connection between QXYSeries and QAbstractItemModel derived model object.
diff --git a/src/charts/xychart/qvxymodelmapper.cpp b/src/charts/xychart/qvxymodelmapper.cpp
index 3639ecf7..6cc531b3 100644
--- a/src/charts/xychart/qvxymodelmapper.cpp
+++ b/src/charts/xychart/qvxymodelmapper.cpp
@@ -24,7 +24,6 @@ QT_CHARTS_BEGIN_NAMESPACE
\class QVXYModelMapper
\inmodule Qt Charts
\brief Vertical model mapper for QXYSeries.
- \mainclass
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Vertical model mapper is used to create a connection between QXYSeries and QAbstractItemModel derived model object.