]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update doxygen comment for VarArg list.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 03:24:44 +0000 (03:24 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 03:24:44 +0000 (03:24 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6621 6f19259b-4bc3-4df7-8a09-765794883524

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