X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFLclLocale.h;h=058ab1bce744ad5beff25cdb2ff4b81593c65f98;hb=5291aaf7d17a3b4051e4647e201c17e792951304;hp=3e64babc7d3d1e700673d3a1f3919aabeae6904c;hpb=8164db14cb307b51bc9b2c4f721af4abef016556;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FLclLocale.h b/inc/FLclLocale.h index 3e64bab..058ab1b 100644 --- a/inc/FLclLocale.h +++ b/inc/FLclLocale.h @@ -953,7 +953,7 @@ public: * * @return The language code enum value of the instance * - * @remark The specific LanguageCode represents the language code with the locale's ISO-15924 abbreviation script code. + * @remarks The specific LanguageCode represents the language code with the locale's ISO-15924 abbreviation script code. */ LanguageCode GetLanguageCode(void) const; @@ -1162,7 +1162,7 @@ public: * @return The ISO 3166-1 alpha-3 country code string associated with the @c countryCode, @n * else an empty string if countryCode is invalid * @see CountryCodeToString() - * @remark COUNTRY_AREA_419 returns an empty string, since it is not defined in the ISO 3166-1 alpha-3. + * @remarks COUNTRY_AREA_419 returns an empty string, since it is not defined in the ISO 3166-1 alpha-3. */ static Tizen::Base::String CountryCodeToThreeLetterCountryCodeString(CountryCode countryCode);