]> err.no Git - libchamplain/commitdiff
Documentation formatting
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Sat, 11 Jul 2009 07:21:05 +0000 (09:21 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Tue, 28 Jul 2009 21:23:17 +0000 (17:23 -0400)
champlain/champlain-selection-layer.c

index 730ea0210634bb3c5c8e0f455e2c03d4f3499a57..18850bef9fdb7e34c2c783b24d67618f82b4d191 100644 (file)
@@ -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)
 {