From dae6a1d3b288a888376d2efa737bcc45faf825f3 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 19 Nov 2008 03:25:56 +0000 Subject: 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 --- MdeModulePkg/Library/GraphicsLib/Graphics.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Library') 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. -- cgit v1.2.3