mirror of https://github.com/acidanthera/audk.git
make the comment parameter be consistent with the function parameter.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7109 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5944a83bac
commit
a45eb10f26
|
@ -36,9 +36,9 @@
|
||||||
|
|
||||||
@param NumberOfPackages The number of HII packages to prepare.
|
@param NumberOfPackages The number of HII packages to prepare.
|
||||||
@param Guid Package GUID.
|
@param Guid Package GUID.
|
||||||
|
@Param ... The variable argument list of package pointers.
|
||||||
|
|
||||||
@return The allocated and initialized packages.
|
@return The allocated and initialized packages.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
EFI_HII_PACKAGES *
|
EFI_HII_PACKAGES *
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
|
Loading…
Reference in New Issue