aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-03-02 02:04:09 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:40 +0800
commitab870b27cd05cc39e4755de9c6d9e02944977c17 (patch)
tree0ad0fb5bcf24985d904e46955fb390ad147c77d3 /calendar/gui/gnome-cal.c
parentd79a9a0fe16d52a9ec78b87ff2a63afa3a6e106e (diff)
downloadgsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.gz
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.bz2
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.lz
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.xz
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.tar.zst
gsoc2013-evolution-ab870b27cd05cc39e4755de9c6d9e02944977c17.zip
Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 3e478a063a..e07e9f2545 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1983,8 +1983,8 @@ gnome_calendar_set_selected_time_range (GnomeCalendar *gcal,
/**
* gnome_calendar_new_task:
* @gcal: An Evolution calendar.
- * @param dtstart Start time of the task, in same timezone as model.
- * @param dtend End time of the task, in same timezone as model.
+ * @dtstart: Start time of the task, in same timezone as model.
+ * @dtend: End time of the task, in same timezone as model.
*
* Opens a task editor dialog for a new task. dtstart or dtend can be NULL.
**/