From: chanil.byun Date: Wed, 27 Mar 2013 01:31:21 +0000 (+0900) Subject: apply TW ispection dexygen X-Git-Tag: 2.1b_release~10^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a7afd547f8f813f1df0c0e3dc5ac1ab9dabc0e7;p=framework%2Fosp%2Flocations.git apply TW ispection dexygen Change-Id: I6775f614147ae0bdf772e84de8eb645d439d0424 Signed-off-by: chanil.byun --- diff --git a/inc/FLocCoordinates.h b/inc/FLocCoordinates.h index c5d6096..1d1255b 100644 --- a/inc/FLocCoordinates.h +++ b/inc/FLocCoordinates.h @@ -212,7 +212,7 @@ public: double GetAzimuth(const Coordinates& dest) const; /** - * Calculates the geodetic distance to the given coordinates. + * Calculates the geodetic distance for the given coordinates. * * The distance calculation is based on the WGS84 ellipsoid model. * @@ -220,7 +220,7 @@ public: * * @since 2.0 * - * @return The distance to the given coordinates in meters, @n + * @return The distance for the given coordinates in meters, @n * else @c NaN if the latitude or the longitude of two points has an @c NaN value * @param[in] to The destination coordinates */