From 7601dbe7c5ed94c859600649fc316918bb3572b3 Mon Sep 17 00:00:00 2001 From: gikidy Date: Tue, 30 Dec 2008 07:34:44 +0000 Subject: Check comments, format and fix some typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7154 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h') diff --git a/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h b/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h index e8678f109c..342fff8f21 100644 --- a/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h +++ b/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h @@ -230,20 +230,21 @@ ReturnNarrowFontSize ( ); /** + Reset the text output device hardware and optionally run diagnostics. + Implements SIMPLE_TEXT_OUTPUT.Reset(). If ExtendeVerification is TRUE, then perform dependent Graphics Console device reset, and set display mode to mode 0. If ExtendedVerification is FALSE, only set display mode to mode 0. - @param This Indicates the calling context. + @param This Protocol instance pointer. @param ExtendedVerification Indicates that the driver may perform a more exhaustive verification operation of the device during reset. - @return EFI_SUCCESS - @return The reset operation succeeds. - @return EFI_DEVICE_ERROR - @return The Graphics Console is not functioning correctly + @retval EFI_SUCCESS The text output device was reset. + @retval EFI_DEVICE_ERROR The text output device is not functioning correctly and + could not be reset. **/ EFI_STATUS -- cgit v1.2.3