From 149c696b35c25f04f2b7d228e241c4745c56f856 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 11 Jul 2009 09:21:05 +0200 Subject: [PATCH] Documentation formatting --- champlain/champlain-selection-layer.c | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/champlain/champlain-selection-layer.c b/champlain/champlain-selection-layer.c index 730ea02..18850be 100644 --- a/champlain/champlain-selection-layer.c +++ b/champlain/champlain-selection-layer.c @@ -317,14 +317,14 @@ champlain_selection_layer_marker_is_selected (ChamplainSelectionLayer *layer, } /** -* champlain_selection_layer_set_selection_mode: -* @layer: a #ChamplainSelectionLayer -* @mode: a #ChamplainSelectionMode value -* -* Sets the selection mode of the layer. -* -* Since: 0.4 -*/ + * champlain_selection_layer_set_selection_mode: + * @layer: a #ChamplainSelectionLayer + * @mode: a #ChamplainSelectionMode value + * + * Sets the selection mode of the layer. + * + * Since: 0.4 + */ void champlain_selection_layer_set_selection_mode (ChamplainSelectionLayer *layer, ChamplainSelectionMode mode) @@ -336,13 +336,13 @@ champlain_selection_layer_set_selection_mode (ChamplainSelectionLayer *layer, } /** -* champlain_selection_layer_get_selection_mode: -* @layer: a #ChamplainSelectionLayer -* -* Returns the selection mode of the layer. -* -* Since: 0.4 -*/ + * champlain_selection_layer_get_selection_mode: + * @layer: a #ChamplainSelectionLayer + * + * Returns the selection mode of the layer. + * + * Since: 0.4 + */ ChamplainSelectionMode champlain_selection_layer_get_selection_mode (ChamplainSelectionLayer *layer) { -- 2.39.5