diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 02:04:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-02 02:09:11 +0800 |
commit | b22ac14482bbf215e5ad457104580c624706feda (patch) | |
tree | ac09824783668346a351bcb54efc2a7362a5b490 /calendar/gui/ea-calendar-helpers.c | |
parent | da59e01247bfb9230e8c0931bea32301b5fad6e7 (diff) | |
download | gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.gz gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.tar.zst gsoc2013-evolution-b22ac14482bbf215e5ad457104580c624706feda.zip |
Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
Diffstat (limited to 'calendar/gui/ea-calendar-helpers.c')
-rw-r--r-- | calendar/gui/ea-calendar-helpers.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/ea-calendar-helpers.c b/calendar/gui/ea-calendar-helpers.c index b9c6c2415f..74d0d7307b 100644 --- a/calendar/gui/ea-calendar-helpers.c +++ b/calendar/gui/ea-calendar-helpers.c @@ -33,8 +33,8 @@ /** * ea_calendar_helpers_get_accessible_for * @canvas_item: the canvas item for a event or a jump button - * @returns: the atk object for the canvas_item * + * Returns: the atk object for the canvas_item **/ AtkObject * ea_calendar_helpers_get_accessible_for (GnomeCanvasItem *canvas_item) @@ -67,10 +67,10 @@ ea_calendar_helpers_get_accessible_for (GnomeCanvasItem *canvas_item) /** * ea_calendar_helpers_get_view_widget_from: * @canvas_item: the canvas item for a event or a jump button - * @returns: the cal view widget if exists * * Get the cal view widget contains the canvas_item. * + * Returns: the cal view widget if exists **/ ECalendarView * ea_calendar_helpers_get_cal_view_from (GnomeCanvasItem *canvas_item) @@ -96,10 +96,10 @@ ea_calendar_helpers_get_cal_view_from (GnomeCanvasItem *canvas_item) /** * ea_calendar_helpers_get_cal_view_event_from * @canvas_item: the cavas_item (e_text) for the event - * @returns: the ECalendarViewEvent * * Get the ECalendarViewEvent for the canvas_item. * + * Returns: the ECalendarViewEvent **/ ECalendarViewEvent * ea_calendar_helpers_get_cal_view_event_from (GnomeCanvasItem *canvas_item) |