summaryrefslogtreecommitdiffstats
path: root/src/charts/barchart/horizontal
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 /src/charts/barchart/horizontal
parent7c9f8e5a27d8b5570d700aa992a35077f2022c4a (diff)
Fix documentation build
Removed deprecated and unnecessary '\mainclass' command from documentation. Change-Id: I7aaaba3da38ef647b4cf9023cb4f4b50fe08ca53 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'src/charts/barchart/horizontal')
-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
3 files changed, 0 insertions, 3 deletions
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