From b22ac14482bbf215e5ad457104580c624706feda 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.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'calendar/gui/e-cal-model.c') diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index c9f92b626d..26d88898e1 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -1234,11 +1234,14 @@ ecm_set_value_at (ETableModel *etm, gint col, gint row, gconstpointer value) /** * e_cal_model_test_row_editable - * Checks if component at row 'row' is editable or not. It doesn't check bounds for 'row'. + * @model: an #ECalModel + * @row: Row of our interest. -1 is editable only when default client is + * editable. * - * @param model Calendar model. - * @param row Row of our interest. -1 is editable only when default client is editable. - * @return Whether row is editable or not. + * Checks if component at @row is editable or not. It doesn't check bounds + * for @row. + * + * Returns: Whether @row is editable or not. **/ gboolean e_cal_model_test_row_editable (ECalModel *model, gint row) -- cgit v1.2.3