From 7a7afd547f8f813f1df0c0e3dc5ac1ab9dabc0e7 Mon Sep 17 00:00:00 2001 From: "chanil.byun" Date: Wed, 27 Mar 2013 10:31:21 +0900 Subject: [PATCH] apply TW ispection dexygen Change-Id: I6775f614147ae0bdf772e84de8eb645d439d0424 Signed-off-by: chanil.byun --- inc/FLocCoordinates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.7.4