From c291efff26c13963cf98c127bfa759f89f103e48 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 1 Mar 2012 18:05:16 +0100 Subject: Remove the usage of deprecated qdoc macros. QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I62d203f21df63a95ee236e578b10418fd9680707 Reviewed-by: Jerome Pasion --- src/quick/items/qquickitemanimation.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/quick/items/qquickitemanimation.cpp') diff --git a/src/quick/items/qquickitemanimation.cpp b/src/quick/items/qquickitemanimation.cpp index 32f1047e51..a1c398eeb6 100644 --- a/src/quick/items/qquickitemanimation.cpp +++ b/src/quick/items/qquickitemanimation.cpp @@ -701,12 +701,12 @@ void QQuickPathAnimation::setTargetObject(QQuickItem *target) item to achieve the specified orientation as it travels along the path. \list - \o PathAnimation.Fixed (default) - the PathAnimation will not control + \li PathAnimation.Fixed (default) - the PathAnimation will not control the rotation of the item. - \o PathAnimation.RightFirst - The right side of the item will lead along the path. - \o PathAnimation.LeftFirst - The left side of the item will lead along the path. - \o PathAnimation.BottomFirst - The bottom of the item will lead along the path. - \o PathAnimation.TopFirst - The top of the item will lead along the path. + \li PathAnimation.RightFirst - The right side of the item will lead along the path. + \li PathAnimation.LeftFirst - The left side of the item will lead along the path. + \li PathAnimation.BottomFirst - The bottom of the item will lead along the path. + \li PathAnimation.TopFirst - The top of the item will lead along the path. \endlist */ QQuickPathAnimation::Orientation QQuickPathAnimation::orientation() const -- cgit v1.2.3