[libchamplainmm] Coordinate: Fix class documentation



commit 7b9042eced3e52b0ead54fd1fc630952f3cc16e8
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sun Jul 27 17:20:05 2014 +0200

    Coordinate: Fix class documentation

 champlain/src/coordinate.hg |   25 ++-----------------------
 1 files changed, 2 insertions(+), 23 deletions(-)
---
diff --git a/champlain/src/coordinate.hg b/champlain/src/coordinate.hg
index 48f9d52..a9297cf 100644
--- a/champlain/src/coordinate.hg
+++ b/champlain/src/coordinate.hg
@@ -25,30 +25,9 @@ _PINCLUDE(glibmm/private/object_p.h)
 namespace Champlain
 {
 
-/** A Clutter::Actor to display maps.
+/** The simplest implementation of Location.
  *
- * The View is a Clutter::Actor to display maps. It supports two modes
- * of scrolling:
- * <itemizedlist>
- *   <listitem><para>Push: the normal behavior where the maps don't move
- *   after the user stopped scrolling;</para></listitem>
- *   <listitem><para>Kinetic: the iPhone-like behavior where the maps
- *   decelerate after the user stopped scrolling.</para></listitem>
- * </itemizedlist>
- *
- * You can use the same View to display many types of maps. In
- * Champlain they are called map sources. You can change the property_map_source()
- * property at anytime to replace the current displayed map.
- *
- * The maps are downloaded from Internet from open maps sources (like
- * <ulink role="online-location"
- * url="http://www.openstreetmap.org";>OpenStreetMap</ulink>).  Maps are divided
- * in tiles for each zoom level. When a tile is requested, View will
- * first check if it is in cache (in the user's cache dir under champlain). If
- * an error occurs during download, an error tile will be displayed.
- *
- * The button-press-event and button-release-event signals are emitted each
- * time a mouse button is pressed and released on the view.
+ * Coordinate is a simple object implementing Location.
  *
  * @newin{0,1}
  */


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