From b61a868b4d978f1cbf29fff5afcf9e1cfb7062da Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Mon, 17 Jun 2013 09:38:07 +0900 Subject: [PATCH] change remark to remarks Change-Id: I2a48af07ca24ab0ebb61597e9160dc37649d9406 --- inc/FBaseRtEvent.h | 4 ++-- inc/FLclLocale.h | 4 ++-- inc/FSecPkcsPkcs05PbKdf2Parameters.h | 2 +- inc/FSysPowerManager.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/FBaseRtEvent.h b/inc/FBaseRtEvent.h index 982a39a..59581f3 100644 --- a/inc/FBaseRtEvent.h +++ b/inc/FBaseRtEvent.h @@ -148,7 +148,7 @@ public: * @exception E_SUCCESS This method is successful. * @exception E_INVALID_STATE This event has not been initialized. * - * @remark This takes the ownership of @c arg. So arg should be created on a heap and should not be deleted by caller. + * @remarks This takes the ownership of @c arg. So arg should be created on a heap and should not be deleted by caller. */ result Fire(IEventArg& arg); @@ -161,7 +161,7 @@ protected: * @param[in] listener The listener instance which is currently processing * @param[in] arg The event argument that is fired * - * @remark A derived class must override this method. + * @remarks A derived class must override this method. */ virtual void FireImpl(IEventListener& listener, const IEventArg& arg) = 0; 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); diff --git a/inc/FSecPkcsPkcs05PbKdf2Parameters.h b/inc/FSecPkcsPkcs05PbKdf2Parameters.h index fd5541d..a04945b 100755 --- a/inc/FSecPkcsPkcs05PbKdf2Parameters.h +++ b/inc/FSecPkcsPkcs05PbKdf2Parameters.h @@ -102,7 +102,7 @@ public: * @param[in] derivedKeyLength Positive integer specifying length of password based key to generate * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. - * @remark In this case, when pseudo random function algorithm is not passed, then default HMAC-SHA1 will be used. + * @remarks In this case, when pseudo random function algorithm is not passed, then default HMAC-SHA1 will be used. */ result Construct(const Tizen::Base::ByteBuffer& saltBuffer, int iterationCount, int derivedKeyLength = 0); diff --git a/inc/FSysPowerManager.h b/inc/FSysPowerManager.h index 31f0c99..8ccdf60 100644 --- a/inc/FSysPowerManager.h +++ b/inc/FSysPowerManager.h @@ -215,7 +215,7 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. - * @remark This method keeps CPU power state only. Screen state or lock screen is not managed by this method. + * @remarks This method keeps CPU power state only. Screen state or lock screen is not managed by this method. */ static result KeepCpuAwake(bool enable); -- 2.7.4