apply TW ispection dexygen
authorchanil.byun <chanil.byun@samsung.com>
Wed, 27 Mar 2013 01:31:21 +0000 (10:31 +0900)
committerchanil.byun <chanil.byun@samsung.com>
Wed, 27 Mar 2013 01:31:21 +0000 (10:31 +0900)
Change-Id: I6775f614147ae0bdf772e84de8eb645d439d0424
Signed-off-by: chanil.byun <chanil.byun@samsung.com>
inc/FLocCoordinates.h

index c5d6096..1d1255b 100644 (file)
@@ -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
        */