diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-19 03:25:56 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-19 03:25:56 +0000 |
commit | dae6a1d3b288a888376d2efa737bcc45faf825f3 (patch) | |
tree | d7e07ddb8dce4afcbb142ee9f5a43cf50b2ed80a /MdeModulePkg/Library | |
parent | 00a1f55295bfd6b6051f25fc1db0395c7afc8524 (diff) | |
download | edk2-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
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/GraphicsLib/Graphics.c | 3 |
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.
|