[libchamplain] Add some missing colons in docstrings



commit c4b0fdab8757fc1ab42ea5fecae08a0df6a956f9
Author: Jiří Techet <techet gmail com>
Date:   Sun Apr 7 23:11:27 2013 +0200

    Add some missing colons in docstrings

 champlain/champlain-adjustment.h          |    2 +-
 champlain/champlain-map-source-desc.c     |    2 +-
 champlain/champlain-network-tile-source.c |    6 +++---
 champlain/champlain-tile-source.c         |    4 ++--
 champlain/champlain-view.c                |    2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/champlain/champlain-adjustment.h b/champlain/champlain-adjustment.h
index 0e809c0..84ef4e5 100644
--- a/champlain/champlain-adjustment.h
+++ b/champlain/champlain-adjustment.h
@@ -65,7 +65,7 @@ struct _ChamplainAdjustment
 };
 
 /**
- * ChamplainAdjustmentClass
+ * ChamplainAdjustmentClass:
  * @changed: Class handler for the ::changed signal.
  *
  * Base class for #ChamplainAdjustment.
diff --git a/champlain/champlain-map-source-desc.c b/champlain/champlain-map-source-desc.c
index b816ace..3099825 100644
--- a/champlain/champlain-map-source-desc.c
+++ b/champlain/champlain-map-source-desc.c
@@ -354,7 +354,7 @@ champlain_map_source_desc_class_init (ChamplainMapSourceDescClass *klass)
           G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY));
 
   /**
-   * ChamplainMapSourceDesc:projection
+   * ChamplainMapSourceDesc:projection:
    *
    * The map projection of the map source
    *
diff --git a/champlain/champlain-network-tile-source.c b/champlain/champlain-network-tile-source.c
index c13299d..7715327 100644
--- a/champlain/champlain-network-tile-source.c
+++ b/champlain/champlain-network-tile-source.c
@@ -221,7 +221,7 @@ champlain_network_tile_source_class_init (ChamplainNetworkTileSourceClass *klass
   map_source_class->fill_tile = fill_tile;
 
   /**
-   * ChamplainNetworkTileSource:uri-format
+   * ChamplainNetworkTileSource:uri-format:
    *
    * The uri format of the tile source, see #champlain_network_tile_source_set_uri_format
    *
@@ -235,7 +235,7 @@ champlain_network_tile_source_class_init (ChamplainNetworkTileSourceClass *klass
   g_object_class_install_property (object_class, PROP_URI_FORMAT, pspec);
 
   /**
-   * ChamplainNetworkTileSource:offline
+   * ChamplainNetworkTileSource:offline:
    *
    * Specifies whether the network tile source can access network
    *
@@ -249,7 +249,7 @@ champlain_network_tile_source_class_init (ChamplainNetworkTileSourceClass *klass
   g_object_class_install_property (object_class, PROP_OFFLINE, pspec);
 
   /**
-   * ChamplainNetworkTileSource:proxy-uri
+   * ChamplainNetworkTileSource:proxy-uri:
    *
    * The proxy uri used to access network
    *
diff --git a/champlain/champlain-tile-source.c b/champlain/champlain-tile-source.c
index b2cc493..9366301 100644
--- a/champlain/champlain-tile-source.c
+++ b/champlain/champlain-tile-source.c
@@ -349,7 +349,7 @@ champlain_tile_source_class_init (ChamplainTileSourceClass *klass)
   g_object_class_install_property (object_class, PROP_TILE_SIZE, pspec);
 
   /**
-   * ChamplainTileSource:projection
+   * ChamplainTileSource:projection:
    *
    * The map projection of the tile source
    *
@@ -364,7 +364,7 @@ champlain_tile_source_class_init (ChamplainTileSourceClass *klass)
   g_object_class_install_property (object_class, PROP_MAP_PROJECTION, pspec);
 
   /**
-   * ChamplainTileSource:cache
+   * ChamplainTileSource:cache:
    *
    * The cache used for tile storage
    *
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index 27baf1e..c5ec188 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -960,7 +960,7 @@ champlain_view_class_init (ChamplainViewClass *champlainViewClass)
           CHAMPLAIN_PARAM_READWRITE));
 
   /**
-   * ChamplainView:state
+   * ChamplainView:state:
    *
    * The view's global state. Useful to inform using if the view is busy loading
    * tiles or not.


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