]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
make the comment parameter be consistent with the function parameter.
[mirror_edk2.git] / 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