mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-19 19:54:25 +02:00
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:
parent
bf1ea933ec
commit
54a07f8fe0
@ -462,15 +462,16 @@ EfiTestChildHandle (
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function checks the supported languages list for a target language,
|
This function checks the supported languages list for a target language,
|
||||||
* This only supports RFC 4646 Languages.
|
This only supports RFC 4646 Languages.
|
||||||
*
|
|
||||||
* @param SupportedLanguages The supported languages
|
@param SupportedLanguages The supported languages
|
||||||
* @param TargetLanguage The target language
|
@param TargetLanguage The target language
|
||||||
*
|
|
||||||
* @return Returns EFI_SUCCESS if the language is supported,
|
@retval Returns EFI_SUCCESS if the language is supported,
|
||||||
* EFI_UNSUPPORTED otherwise
|
EFI_UNSUPPORTED otherwise
|
||||||
*/
|
|
||||||
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
IsLanguageSupported (
|
IsLanguageSupported (
|
||||||
|
@ -641,15 +641,15 @@ EfiTestChildHandle (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function checks the supported languages list for a target language,
|
This function checks the supported languages list for a target language,
|
||||||
* This only supports RFC 4646 Languages.
|
This only supports RFC 4646 Languages.
|
||||||
*
|
|
||||||
* @param SupportedLanguages The supported languages
|
@param SupportedLanguages The supported languages
|
||||||
* @param TargetLanguage The target language
|
@param TargetLanguage The target language
|
||||||
*
|
|
||||||
* @return Returns EFI_SUCCESS if the language is supported,
|
@retval Returns EFI_SUCCESS if the language is supported,
|
||||||
* EFI_UNSUPPORTED otherwise
|
EFI_UNSUPPORTED otherwise
|
||||||
*/
|
**/
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
IsLanguageSupported (
|
IsLanguageSupported (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user