MdePkg: Update the comments of IsLanguageSupported

Keep the comment style of IsLanguageSupported align with
other functions.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Shenglei Zhang 2019-11-14 19:46:41 +08:00 committed by mergify[bot]
parent bf1ea933ec
commit 54a07f8fe0
2 changed files with 19 additions and 18 deletions

View File

@ -462,15 +462,16 @@ EfiTestChildHandle (
);
/**
* This function checks the supported languages list for a target language,
* This only supports RFC 4646 Languages.
*
* @param SupportedLanguages The supported languages
* @param TargetLanguage The target language
*
* @return Returns EFI_SUCCESS if the language is supported,
* EFI_UNSUPPORTED otherwise
*/
This function checks the supported languages list for a target language,
This only supports RFC 4646 Languages.
@param SupportedLanguages The supported languages
@param TargetLanguage The target language
@retval Returns EFI_SUCCESS if the language is supported,
EFI_UNSUPPORTED otherwise
**/
EFI_STATUS
EFIAPI
IsLanguageSupported (

View File

@ -641,15 +641,15 @@ EfiTestChildHandle (
}
/**
* This function checks the supported languages list for a target language,
* This only supports RFC 4646 Languages.
*
* @param SupportedLanguages The supported languages
* @param TargetLanguage The target language
*
* @return Returns EFI_SUCCESS if the language is supported,
* EFI_UNSUPPORTED otherwise
*/
This function checks the supported languages list for a target language,
This only supports RFC 4646 Languages.
@param SupportedLanguages The supported languages
@param TargetLanguage The target language
@retval Returns EFI_SUCCESS if the language is supported,
EFI_UNSUPPORTED otherwise
**/
EFI_STATUS
EFIAPI
IsLanguageSupported (