From ab870b27cd05cc39e4755de9c6d9e02944977c17 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 1 Mar 2011 13:04:09 -0500 Subject: Fix Gtk-Doc comment notation. Seeing lots of what I assume to be doxygen syntax in comment blocks. --- calendar/gui/e-cal-model-tasks.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'calendar/gui/e-cal-model-tasks.c') diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index c4690e3fca..55548f489c 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -1179,10 +1179,10 @@ e_cal_model_tasks_set_color_overdue (ECalModelTasks *model, /** * e_cal_model_tasks_mark_comp_complete - * Marks component as complete and commits changes to the calendar backend. + * @model: Currently not used... + * @comp_data: Component of our interest * - * @param model Currently not used... - * @param comp_data Component of our interest + * Marks component as complete and commits changes to the calendar backend. **/ void e_cal_model_tasks_mark_comp_complete (ECalModelTasks *model, ECalModelComponent *comp_data) { @@ -1201,10 +1201,10 @@ void e_cal_model_tasks_mark_comp_complete (ECalModelTasks *model, ECalModelCompo /** * e_cal_model_tasks_mark_comp_incomplete - * Marks component as incomplete and commits changes to the calendar backend. + * @model: Currently not used... + * @comp_data: Component of our interest * - * @param model Currently not used... - * @param comp_data Component of our interest + * Marks component as incomplete and commits changes to the calendar backend. **/ void e_cal_model_tasks_mark_comp_incomplete (ECalModelTasks *model, ECalModelComponent *comp_data) { @@ -1244,9 +1244,9 @@ void e_cal_model_tasks_mark_comp_incomplete (ECalModelTasks *model, ECalModelCom /** * commit_component_changes - * Commits changes to the backend calendar of the component. + * @comp_data: Component of our interest, which has been changed. * - * @param comp_data Component of our interest, which has been changed. + * Commits changes to the backend calendar of the component. **/ static void commit_component_changes (ECalModelComponent *comp_data) -- cgit v1.2.3