From: Emmanuel Rodriguez Date: Sat, 11 Jul 2009 07:21:05 +0000 (+0200) Subject: Documentation formatting X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149c696b35c25f04f2b7d228e241c4745c56f856;p=libchamplain Documentation formatting --- 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) {