summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 03:25:56 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 03:25:56 +0000
commitdae6a1d3b288a888376d2efa737bcc45faf825f3 (patch)
treed7e07ddb8dce4afcbb142ee9f5a43cf50b2ed80a
parent00a1f55295bfd6b6051f25fc1db0395c7afc8524 (diff)
downloadedk2-platforms-dae6a1d3b288a888376d2efa737bcc45faf825f3.tar.xz
Update doxygen comment for VarArg list parameter. "..."'s description is added.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6622 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Library/GraphicsLib/Graphics.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c
index 8b8fea36f4..b23026fba0 100644
--- a/MdeModulePkg/Library/GraphicsLib/Graphics.c
+++ b/MdeModulePkg/Library/GraphicsLib/Graphics.c
@@ -867,7 +867,8 @@ Error:
@param ForeGround Foreground color.
@param BackGround background color.
@param Fmt Print format sting. See definition of Print.
- @param ... Argumnet stream defined by Fmt string.
+ @param ... Variable argument list whose contents are accessed based on
+ the format string specified by Format.
@return Number of Characters printed. Zero means no any character
displayed successfully.