]> git.proxmox.com Git - mirror_edk2.git/commitdiff
make the comment parameter be consistent with the function parameter.
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 24 Dec 2008 01:33:25 +0000 (01:33 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 24 Dec 2008 01:33:25 +0000 (01:33 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7109 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h

index b6bd85a0cf13af0d0335b69a820a4877224c2128..538a473f6862e3219df70f2931f9d78d17512ad6 100644 (file)
 /**\r
   This function allocates pool for an EFI_HII_PACKAGES structure\r
   with enough space for the variable argument list of package pointers.\r
-  The allocated structure is initialized using NumberOfPackages, Guid, \r
+  The allocated structure is initialized using NumberOfPackages, Guid,\r
   and the variable length argument list of package pointers.\r
 \r
-  @param  NumberOfPackages The number of HII packages to prepare.\r
-  @param  Guid Package GUID.\r
+  @param  NumberOfPackages  The number of HII packages to prepare.\r
+  @param  Guid              Package GUID.\r
+  @Param  ...               The variable argument list of package pointers.\r
 \r
   @return The allocated and initialized packages.\r
-\r
 **/\r
 EFI_HII_PACKAGES *\r
 EFIAPI\r