Clean up BdsDxe for Doxygen comments requirement.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5456 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-07-14 01:16:02 +00:00
parent 2a86ff1cb0
commit b4489769b1
8 changed files with 24 additions and 42 deletions

View File

@ -74,12 +74,8 @@ BdsInitialize (
/** /**
In the loop of attempt to boot for the boot order This function attempts to boot for the boot order specified
by platform policy.
@param VOID No input parameter.
@retval VOID No returns.
**/ **/
VOID VOID

View File

@ -238,7 +238,7 @@ FrontPageCallback (
**/ **/
EFI_STATUS EFI_STATUS
InitializeFrontPage ( InitializeFrontPage (
BOOLEAN InitializeHiiData IN BOOLEAN InitializeHiiData
) )
{ {
EFI_STATUS Status; EFI_STATUS Status;
@ -595,12 +595,7 @@ ConvertMemorySizeToString (
} }
/** /**
Update the banner information for the Front Page based on DataHub information Update the banner information for the Front Page based on DataHub information.
@param VOID No input.
@return No output.
**/ **/
VOID VOID

View File

@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#ifndef _FRONT_PAGE_H #ifndef _FRONT_PAGE_H_
#define _FRONT_PAGE_H #define _FRONT_PAGE_H_
#include "DeviceMngr/DeviceManager.h" #include "DeviceMngr/DeviceManager.h"
#include "BootMaint/BootMaint.h" #include "BootMaint/BootMaint.h"
@ -180,7 +180,7 @@ FrontPageCallback (
**/ **/
EFI_STATUS EFI_STATUS
InitializeFrontPage ( InitializeFrontPage (
IN BOOLEAN ReInitializeStrings IN BOOLEAN InitializeHiiData
); );
/** /**

View File

@ -112,7 +112,7 @@ RegisterHotkey (
// //
KeyOrder = BdsLibGetVariableAndSize ( KeyOrder = BdsLibGetVariableAndSize (
VarKeyOrder, VAR_KEY_ORDER,
&gEfiGlobalVariableGuid, &gEfiGlobalVariableGuid,
&KeyOrderSize &KeyOrderSize
); );
@ -211,7 +211,7 @@ RegisterHotkey (
NewKeyOrder[Index] = RegisterOptionNumber; NewKeyOrder[Index] = RegisterOptionNumber;
Status = gRT->SetVariable ( Status = gRT->SetVariable (
VarKeyOrder, VAR_KEY_ORDER,
&gEfiGlobalVariableGuid, &gEfiGlobalVariableGuid,
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE, EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,
KeyOrderSize, KeyOrderSize,
@ -263,7 +263,7 @@ UnregisterHotkey (
// Adjust key order array // Adjust key order array
// //
KeyOrder = BdsLibGetVariableAndSize ( KeyOrder = BdsLibGetVariableAndSize (
VarKeyOrder, VAR_KEY_ORDER,
&gEfiGlobalVariableGuid, &gEfiGlobalVariableGuid,
&KeyOrderSize &KeyOrderSize
); );
@ -291,7 +291,7 @@ UnregisterHotkey (
} }
Status = gRT->SetVariable ( Status = gRT->SetVariable (
VarKeyOrder, VAR_KEY_ORDER,
&gEfiGlobalVariableGuid, &gEfiGlobalVariableGuid,
EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE, EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE,
KeyOrderSize, KeyOrderSize,
@ -670,7 +670,7 @@ InitializeHotkeyService (
// Get valid Key Option List from private EFI variable "KeyOrder" // Get valid Key Option List from private EFI variable "KeyOrder"
// //
KeyOrder = BdsLibGetVariableAndSize ( KeyOrder = BdsLibGetVariableAndSize (
VarKeyOrder, VAR_KEY_ORDER,
&gEfiGlobalVariableGuid, &gEfiGlobalVariableGuid,
&KeyOrderSize &KeyOrderSize
); );

View File

@ -13,8 +13,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#ifndef _HOTKEY_H #ifndef _HOTKEY_H_
#define _HOTKEY_H #define _HOTKEY_H_
#include "Bds.h" #include "Bds.h"
#include "String.h" #include "String.h"
@ -35,7 +35,7 @@ typedef struct {
#define BDS_HOTKEY_OPTION_FROM_LINK(a) CR (a, BDS_HOTKEY_OPTION, Link, BDS_HOTKEY_OPTION_SIGNATURE) #define BDS_HOTKEY_OPTION_FROM_LINK(a) CR (a, BDS_HOTKEY_OPTION, Link, BDS_HOTKEY_OPTION_SIGNATURE)
#define VarKeyOrder L"KeyOrder" #define VAR_KEY_ORDER L"KeyOrder"
/** /**
@ -53,7 +53,7 @@ EFI_STATUS
RegisterHotkey ( RegisterHotkey (
IN EFI_KEY_OPTION *KeyOption, IN EFI_KEY_OPTION *KeyOption,
OUT UINT16 *KeyOptionNumber OUT UINT16 *KeyOptionNumber
) )
; ;
/** /**
@ -70,7 +70,7 @@ RegisterHotkey (
EFI_STATUS EFI_STATUS
UnregisterHotkey ( UnregisterHotkey (
IN UINT16 KeyOptionNumber IN UINT16 KeyOptionNumber
) )
; ;

View File

@ -13,8 +13,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#ifndef _HW_ERR_REC_SUPPORT_H #ifndef _HW_ERR_REC_SUPPORT_H_
#define _HW_ERR_REC_SUPPORT_H #define _HW_ERR_REC_SUPPORT_H_
#include "Bds.h" #include "Bds.h"

View File

@ -253,11 +253,6 @@ FONT_PACK_BIN mFontBin = {
/** /**
Routine to export glyphs to the HII database. This is in addition to whatever is defined in the Graphics Console driver. Routine to export glyphs to the HII database. This is in addition to whatever is defined in the Graphics Console driver.
@param VOID
@return VOID
**/ **/
VOID VOID
ExportFonts ( ExportFonts (
@ -286,13 +281,11 @@ ExportFonts (
/** /**
Determine the current language that will be used Determine the current language that will be used
based on language related EFI Variables based on language related EFI Variables.
@param LangCodesSettingRequired - If required to set LangCode variable @param LangCodesSettingRequired - If required to set LangCode variable
@return VOID
**/ **/
VOID VOID
InitializeLanguage ( InitializeLanguage (

View File

@ -12,19 +12,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#ifndef _LANGUAGE_H #ifndef _LANGUAGE_H_
#define _LANGUAGE_H #define _LANGUAGE_H_
#include "String.h" #include "String.h"
/** /**
Determine the current language that will be used Determine the current language that will be used
based on language related EFI Variables based on language related EFI Variables.
@param LangCodesSettingRequired - If required to set LangCode variable @param LangCodesSettingRequired If required to set LangCode variable
@return VOID
**/ **/
VOID VOID