summaryrefslogtreecommitdiffstats
path: root/src/declarative/timeline
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-04-23 12:40:23 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-04-23 12:40:23 (GMT)
commit0967c3267fd533a9fa092553d30a0baf06aafb60 (patch)
tree745a913b7236c78df0d3c3f7b398c544879308b2 /src/declarative/timeline
parent7f4c36b07da085549bdc93c65e6b839a43877b0b (diff)
downloadQt-0967c3267fd533a9fa092553d30a0baf06aafb60.zip
Qt-0967c3267fd533a9fa092553d30a0baf06aafb60.tar.gz
Qt-0967c3267fd533a9fa092553d30a0baf06aafb60.tar.bz2
qdoc: Edited the documentation to remove numerous qdoc warnings.
Diffstat (limited to 'src/declarative/timeline')
-rw-r--r--src/declarative/timeline/gfxeasing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/timeline/gfxeasing.cpp b/src/declarative/timeline/gfxeasing.cpp
index e2eff9c..45b84eb 100644
--- a/src/declarative/timeline/gfxeasing.cpp
+++ b/src/declarative/timeline/gfxeasing.cpp
@@ -612,7 +612,7 @@ GfxEasing::GfxEasing(Curve curve)
Curve names have the form
\c {ease<CurveName>[(<arg>: <arg value>[, <arg2>: <arg value>])]}. The
- \i CurveName is equivalent to the GfxEasing::Curve enum name. Some more
+ \e CurveName is equivalent to the GfxEasing::Curve enum name. Some more
advanced curves can take arguments to further refine their behaviour. Where
applicable, these parameters are described in the corresponding
GfxEasing::Curve value documentation.