]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c
Update doxygen comment for VarArg list parameter. "..."'s description is added.
[mirror_edk2.git] / 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