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-window-stack.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-window-stack.c')
-rw-r--r-- | hildon/hildon-window-stack.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hildon/hildon-window-stack.c b/hildon/hildon-window-stack.c index 69d28a8..f720818 100644 --- a/hildon/hildon-window-stack.c +++ b/hildon/hildon-window-stack.c @@ -22,11 +22,10 @@ /** * SECTION:hildon-window-stack - * @short_description: Object representing a stack of windows in the Hildon framework + * @short_description: A stack of windows in Hildon applications. * @see_also: #HildonStackableWindow * - * The #HildonWindowStack is an object used to represent a stack of - * windows in the Hildon framework. + * The #HildonWindowStack is a stack of top-level windows. * * Stacks contain all #HildonStackableWindow<!-- -->s that are being * shown. The user can only interact with the topmost window from each |