]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
Update doxygen comment for VarArg list.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / UefiLibPrint.c
index acc95dd62e07df00a2ccaf97dbf0633e2a1d7bf8..39718517d12128aa181258a202d9a01f7757cf7b 100644 (file)
@@ -77,7 +77,8 @@ InternalPrint (
   PcdUefiLibMaxPrintBufferSize characters are sent to ConOut.\r
 \r
   @param Format   Null-terminated Unicode format string.\r
-  @param ...      VARARG list consumed to process Format.\r
+  @param ...      Variable argument list whose contents are accessed based \r
+                  on the format string specified by Format.\r
   If Format is NULL, then ASSERT().\r
   If Format is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
@@ -112,7 +113,8 @@ Print (
   PcdUefiLibMaxPrintBufferSize characters are sent to StdErr.\r
 \r
   @param Format   Null-terminated Unicode format string.\r
-  @param ...      VARARG list consumed to process Format.\r
+  @param ...      Variable argument list whose contents are accessed based \r
+                  on the format string specified by Format.\r
   If Format is NULL, then ASSERT().\r
   If Format is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
@@ -198,7 +200,8 @@ AsciiInternalPrint (
   PcdUefiLibMaxPrintBufferSize characters are sent to ConOut.\r
 \r
   @param Format   Null-terminated ASCII format string.\r
-  @param ...      VARARG list consumed to process Format.\r
+  @param ...      Variable argument list whose contents are accessed based \r
+                  on the format string specified by Format.\r
   If Format is NULL, then ASSERT().\r
   If Format is not aligned on a 16-bit boundary, then ASSERT().\r
 \r
@@ -233,7 +236,8 @@ AsciiPrint (
   PcdUefiLibMaxPrintBufferSize characters are sent to StdErr.\r
 \r
   @param Format   Null-terminated ASCII format string.\r
-  @param ...      VARARG list consumed to process Format.\r
+  @param ...      Variable argument list whose contents are accessed based \r
+                  on the format string specified by Format.\r
   If Format is NULL, then ASSERT().\r
   If Format is not aligned on a 16-bit boundary, then ASSERT().\r
 \r