diff --git a/src/qchart.cpp b/src/qchart.cpp index 0d802e8..6f061dd 100644 --- a/src/qchart.cpp +++ b/src/qchart.cpp @@ -21,6 +21,17 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! + \enum QChart::AnimationOption + + For enabling/disabling animations. Defaults to NoAnimation. + + \value NoAnimation + \value GridAxisAnimations + \value SeriesAnimations + \value AllAnimations +*/ + +/*! \class QChart \brief QtCommercial chart API. @@ -254,7 +265,7 @@ void QChart::resizeEvent(QGraphicsSceneResizeEvent *event) } /*! - Sets animation options for the chart + Sets animation \a options for the chart */ void QChart::setAnimationOptions(AnimationOptions options) { diff --git a/src/qchartview.cpp b/src/qchartview.cpp index 3b016da..a4e372e 100644 --- a/src/qchartview.cpp +++ b/src/qchartview.cpp @@ -332,7 +332,7 @@ QChartAxis* QChartView::axisY() const } /*! - Sets animation options for the chart + Sets animation \a options for the chart */ void QChartView::setAnimationOptions(QChart::AnimationOptions options) {