]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update doxygen comment for VarArg list parameter. "..."'s description is added.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 03:30:57 +0000 (03:30 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 03:30:57 +0000 (03:30 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6624 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c

index 18ea2349d25fcffa074334277ac1068161f9a398..e1c9bb0e2b9213c8f29539987642c43522a6d833 100644 (file)
@@ -133,7 +133,8 @@ UnicodeVSPrint (
                           Unicode string.\r
   @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
   @param  FormatString    Null-terminated Unicode format string.\r
-  @param  ...             Variable argument list based on the contents of the format string.\r
+  @param  ...             Variable argument list whose contents are accessed based on the \r
+                          format string specified by FormatString.\r
 \r
   @return The number of Unicode characters in the produced output buffer not including the\r
           Null-terminator.\r
@@ -230,7 +231,8 @@ UnicodeVSPrintAsciiFormat (
                           Unicode string.\r
   @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
   @param  FormatString    Null-terminated Unicode format string.\r
-  @param  ...             Variable argument list based on the contents of the format string.\r
+  @param  ...             Variable argument list whose contents are accessed based on the \r
+                          format string specified by FormatString.\r
   \r
   @return The number of Unicode characters in the produced output buffer not including the\r
           Null-terminator.\r
@@ -382,7 +384,8 @@ AsciiVSPrint (
                           ASCII string.\r
   @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
   @param  FormatString    Null-terminated Unicode format string.\r
-  @param  ...             Variable argument list based on the contents of the format string.\r
+  @param  ...             Variable argument list whose contents are accessed based on the \r
+                          format string specified by FormatString.\r
 \r
   @return The number of ASCII characters in the produced output buffer not including the\r
           Null-terminator.\r
@@ -479,7 +482,8 @@ AsciiVSPrintUnicodeFormat (
                           ASCII string.\r
   @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
   @param  FormatString    Null-terminated Unicode format string.\r
-  @param  ...             Variable argument list based on the contents of the format string.\r
+  @param  ...             Variable argument list whose contents are accessed based on the \r
+                          format string specified by FormatString.\r
 \r
   @return The number of ASCII characters in the produced output buffer not including the\r
           Null-terminator.\r