[libchamplain] Documentation formatting



commit 149c696b35c25f04f2b7d228e241c4745c56f856
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Sat Jul 11 09:21:05 2009 +0200

    Documentation formatting

 champlain/champlain-selection-layer.c |   30 +++++++++++++++---------------
 1 files 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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]