]> 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:25:56 +0000 (03:25 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Nov 2008 03:25:56 +0000 (03:25 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6622 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/GraphicsLib/Graphics.c

index 8b8fea36f4dc41b0d96464151500014cc67c39fd..b23026fba0c808028208fcb38dd8057f8383ffe8 100644 (file)
@@ -867,7 +867,8 @@ Error:
   @param  ForeGround   Foreground color.\r
   @param  BackGround   background color.\r
   @param  Fmt          Print format sting. See definition of Print.\r
-  @param  ...          Argumnet stream defined by Fmt string.\r
+  @param ...           Variable argument list whose contents are accessed based on \r
+                       the format string specified by Format.\r
 \r
   @return  Number of Characters printed. Zero means no any character \r
            displayed successfully.\r