mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Make function comments and function match in UI codes
Cc: Qiu Shumin <shumin.qiu@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
parent
4b7345a7dd
commit
8caa3caaed
|
@ -236,11 +236,8 @@ UiSupportLibCallbackHandler (
|
|||
Create Select language menu in the front page with oneof opcode.
|
||||
|
||||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] QuestionId Question ID
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
**/
|
||||
VOID
|
||||
UiCreateLanguageMenu (
|
||||
|
@ -547,8 +544,8 @@ RequiredDriver (
|
|||
|
||||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param ClassGuid The class guid for the driver which is the target.
|
||||
@param SpecialHandlerFn The pointer to the specail handler function, if any.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
@param SpecialHandler The pointer to the specail handler function, if any.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
**/
|
||||
VOID
|
||||
UiCreateContinueMenu (
|
||||
|
@ -36,8 +34,6 @@ UiCreateContinueMenu (
|
|||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
**/
|
||||
VOID
|
||||
UiCreateEmptyLine (
|
||||
|
@ -51,8 +47,6 @@ UiCreateEmptyLine (
|
|||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
**/
|
||||
VOID
|
||||
UiCreateLanguageMenu (
|
||||
|
@ -66,8 +60,6 @@ UiCreateLanguageMenu (
|
|||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
**/
|
||||
VOID
|
||||
UiCreateResetMenu (
|
||||
|
@ -99,8 +91,8 @@ BOOLEAN
|
|||
|
||||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param ClassGuid The class guid for the driver which is the target.
|
||||
@param SpecialHandlerFn The pointer to the specail handler function, if any.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
@param SpecialHandler The pointer to the specail handler function, if any.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ STATIC UI_HII_DRIVER_INSTANCE *gHiiDriverList;
|
|||
/**
|
||||
Create the dynamic item to allow user to set the "BootNext" vaule.
|
||||
|
||||
@param CallbackData The BMM context data.
|
||||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -120,10 +121,6 @@ BmmCreateBootNextMenu(
|
|||
|
||||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
@param[in] PromptId The Prompt string id.
|
||||
@param[in] HelpId The help string id.
|
||||
@param[in] FormId The Form id for the dest form.
|
||||
@param[in] QuestionId The question id for this goto question.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -222,10 +219,6 @@ BmmCreateComOptionMenu (
|
|||
|
||||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
@param[in] PromptId The Prompt string id.
|
||||
@param[in] HelpId The help string id.
|
||||
@param[in] FormId The Form id for the dest form.
|
||||
@param[in] QuestionId The question id for this goto question.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -363,8 +356,8 @@ IsRequiredDriver (
|
|||
|
||||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param ClassGuid The class guid for the driver which is the target.
|
||||
@param SpecialHandlerFn The pointer to the specail handler function, if any.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
@param SpecialHandler The pointer to the specail handler function, if any.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
|
|
|
@ -31,7 +31,8 @@ BmmCreateTimeOutMenu (
|
|||
/**
|
||||
Create the dynamic item to allow user to set the "BootNext" vaule.
|
||||
|
||||
@param CallbackData The BMM context data.
|
||||
@param[in] HiiHandle The hii handle for the Uiapp driver.
|
||||
@param[in] StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -129,8 +130,8 @@ EFI_STATUS
|
|||
|
||||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param ClassGuid The class guid for the driver which is the target.
|
||||
@param SpecialHandlerFn The pointer to the specail handler function, if any.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
@param SpecialHandler The pointer to the specail handler function, if any.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
||||
|
|
Loading…
Reference in New Issue