From bb20f3198c16f1048916442412c8150360e0940f Mon Sep 17 00:00:00 2001 From: Denis Koronchik Date: Wed, 9 Jul 2014 18:27:04 +0200 Subject: [PATCH] Added comment. --- map/framework.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/map/framework.hpp b/map/framework.hpp index 3446e11477..8daedb7eb3 100644 --- a/map/framework.hpp +++ b/map/framework.hpp @@ -287,7 +287,8 @@ public: double lat, double lon, double north, string & distance, double & azimut); - //@{ + /// @name Get any country info by point. + //@{ storage::TIndex GetCountryIndex(m2::PointD const & pt) const; string GetCountryName(m2::PointD const & pt) const;