1. Correct coding comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10176 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Provides functions for language conversion between ISO 639-2 and RFC 4646 styles.
|
||||
|
||||
Copyright (c) 2009, Intel Corporation<BR>
|
||||
Copyright (c) 2009 - 2010, Intel Corporation<BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@ -79,7 +79,7 @@ ConvertRfc4646ToIso639 (
|
||||
|
||||
@retval NULL Invalid ISO 639-2 language code found.
|
||||
@retval NULL Out of memory.
|
||||
@retval !NULL Pointer to the allocate buffer containing the Null-terminated converted language codes string.
|
||||
@return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
|
||||
This string is composed of one or more RFC4646 language codes each of which has only
|
||||
ISO 639-1 2-letter primary language subtag.
|
||||
|
||||
@ -102,7 +102,7 @@ ConvertLanguagesIso639ToRfc4646 (
|
||||
|
||||
@retval NULL Invalid or unsupported RFC 4646 language code found.
|
||||
@retval NULL Out of memory.
|
||||
@retval !NULL Pointer to the allocate buffer containing the Null-terminated converted language codes string.
|
||||
@return Pointer to the allocate buffer containing the Null-terminated converted language codes string.
|
||||
This string is composed of one or more ISO 639-2 language codes.
|
||||
|
||||
**/
|
||||
|
Reference in New Issue
Block a user