From 5fbd172ba15f40e11774d6e2ec58bcf8b139b58b 2015-07-03 08:31:48 From: Titta Heikkala Date: 2015-07-03 08:31:48 Subject: [PATCH] Fix documentation build Removed deprecated and unnecessary '\mainclass' command from documentation. Change-Id: I7aaaba3da38ef647b4cf9023cb4f4b50fe08ca53 Reviewed-by: Miikka Heikkinen --- diff --git a/src/charts/areachart/qareaseries.cpp b/src/charts/areachart/qareaseries.cpp index ec40146..a2f44a5 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 3b892a4..09def92 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 d550bb1..53eeca6 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 31357fd..f0a27bb 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 763c96d..b0c57db 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 be5d3fe..95d7f43 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 7d28b1e..8e9223c 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 64ed101..33d7a19 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 efb8dd2..cd64c71 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 7c5aace..34ed04a 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 ba769a4..5b013ca 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 56dadbe..d6194b7 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 c9a8c77..7c5469e 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 dd5f0d3..6a78562 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 0965ea8..beaedec 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 fec1af5..2612dc7 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 7c529c4..32af2cb 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 cd4ee98..8bf39c2 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 c413057..9b1ad08 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 98056a6..e563da8 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 def27e3..10d59e7 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 463ddd6..9744061 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 7872420..488ec5a 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 bd50e12..e1558ce 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 68818c8..9a16a08 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 fb69b62..095fb99 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 4e50d86..f6b5393 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 2309527..c48e875 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 6aba13a..a436140 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 fd9b183..af75131 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 03a6383..220dfac 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 7af805e..a3008f1 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 8deb055..35f26a2 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 3639ecf..6cc531b 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.