diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-17 14:54:20 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-17 14:54:20 +0100 |
commit | ad0c36e1a1a0df5c0ff1f4449c54918e775e965d (patch) | |
tree | 50b3a1049fd1ad2d3fc6f4d3299319ff8b94c5be /clutter/clutter-behaviour-path.c | |
parent | 50f4bfd7f72eb10f05506b9932785b5cded42aa7 (diff) | |
download | clutter-ad0c36e1a1a0df5c0ff1f4449c54918e775e965d.tar.gz |
docs: Fixes to avoid gtk-doc warnings
Diffstat (limited to 'clutter/clutter-behaviour-path.c')
-rw-r--r-- | clutter/clutter-behaviour-path.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clutter/clutter-behaviour-path.c b/clutter/clutter-behaviour-path.c index c0238fa6c..d836fa91a 100644 --- a/clutter/clutter-behaviour-path.c +++ b/clutter/clutter-behaviour-path.c @@ -51,8 +51,8 @@ * ]| * * <note>If the alpha function is a periodic function, i.e. it returns to - * 0 after reaching %CLUTTER_ALPHA_MAX_ALPHA, then the actors will walk - * the path back to the starting #ClutterKnot.</note> + * 0.0 after reaching 1.0, then the actors will walk the path back to the + * starting #ClutterKnot.</note> * * #ClutterBehaviourPath is available since Clutter 0.2 */ @@ -225,7 +225,7 @@ clutter_behaviour_path_class_init (ClutterBehaviourPathClass *klass) /** * ClutterBehaviourPath::knot-reached: * @pathb: the object which received the signal - * @knot_num: the index of the #ClutterPathKnot reached + * @knot_num: the index of the #ClutterKnot reached * * This signal is emitted each time a node defined inside the path * is reached. |