diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-06-13 13:47:34 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-06-13 13:47:34 +0300 |
commit | 30145d2600fdb0a434350f631064cbfbbf9f03eb (patch) | |
tree | 09b9ee9ccb0562f9e788a8ea9fe2d22eab31afd7 /hildon/hildon-animation-actor.c | |
parent | a7e62dc77b8fe59bf65c90775886090f17b44f98 (diff) |
Remove redundant "represents" wording from most of the documentation.
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
Diffstat (limited to 'hildon/hildon-animation-actor.c')
-rw-r--r-- | hildon/hildon-animation-actor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hildon/hildon-animation-actor.c b/hildon/hildon-animation-actor.c index b826ffb..834c437 100644 --- a/hildon/hildon-animation-actor.c +++ b/hildon/hildon-animation-actor.c @@ -24,10 +24,10 @@ /** * SECTION:hildon-animation-window - * @short_description: Widget representing an animation actor for + * @short_description: Animation actor for * WM-assisted animation effects in the Hildon framework. * - * The #HildonAnimationActor is a GTK+ widget which represents an + * The #HildonAnimationActor is an * animation actor for WM-assisted animation effects in the Hildon * framework. It derives from #GtkWindow and can host any widgets much * like a normal window. The special features available to the |