From 864a843f98f58ce09528dca1ae7465f8149e404f Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 1 Aug 2012 14:51:35 +0200 Subject: fix a few qdoc command typos Change-Id: I5eb3a6d2bb7939f001f1fcb836660dd46a47c350 Reviewed-by: Casper van Donderen --- src/corelib/tools/qeasingcurve.cpp | 2 +- src/gui/kernel/qevent.cpp | 4 ++-- src/widgets/kernel/qwidget.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/corelib/tools/qeasingcurve.cpp b/src/corelib/tools/qeasingcurve.cpp index c85325a3af..db2ee61c14 100644 --- a/src/corelib/tools/qeasingcurve.cpp +++ b/src/corelib/tools/qeasingcurve.cpp @@ -55,7 +55,7 @@ \class QEasingCurve \since 4.6 \ingroup animation - \captionief The QEasingCurve class provides easing curves for controlling animation. + \caption The QEasingCurve class provides easing curves for controlling animation. Easing curves describe a function that controls how the speed of the interpolation between 0 and 1 should be. Easing curves allow transitions from diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 5abe8a3934..e7aabe8623 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -553,9 +553,9 @@ QWheelEvent::QWheelEvent(const QPointF &pos, const QPointF& globalPos, int delta The \a pos provides the location of the mouse cursor within the window. The position in global coordinates is specified - by \a globalPos. \pixelDelta contains the scrolling distance + by \a globalPos. \a pixelDelta contains the scrolling distance in pixels on screen, \a angleDelta contains the wheel rotation distance. - \pixelDelta is optional and can be null. + \a pixelDelta is optional and can be null. \a modifiers holds the keyboard modifier flags at the time of the event. diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index ac2c5f20a3..dbf027b25a 100644 --- a/src/widgets/kernel/qwidget.cpp +++ b/src/widgets/kernel/qwidget.cpp @@ -9246,7 +9246,7 @@ int QWidget::heightForWidth(int w) const /*! - \Since 5.0 + \since 5.0 Returns true if the widget's preferred height depends on its width; otherwise returns false. */ -- cgit v1.2.3