fix a few qdoc command typos
authorJeremy Katz <jeremy.katz@nokia.com>
Wed, 1 Aug 2012 12:51:35 +0000 (14:51 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 1 Aug 2012 13:37:46 +0000 (15:37 +0200)
Change-Id: I5eb3a6d2bb7939f001f1fcb836660dd46a47c350
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/tools/qeasingcurve.cpp
src/gui/kernel/qevent.cpp
src/widgets/kernel/qwidget.cpp

index c85325a..db2ee61 100644 (file)
@@ -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
index 5abe8a3..e7aabe8 100644 (file)
@@ -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. \pixelDelta contains the scrolling distance
     in pixels on screen, \a angleDelta contains the wheel rotation distance.
-    \pixelDelta is optional and can be null.
+    \pixelDelta is optional and can be null.
 
     \a modifiers holds the keyboard modifier flags at the time of the event.
 
index ac2c5f2..dbf027b 100644 (file)
@@ -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.
 */