summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/BootMaintenanceManagerUiLib
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-05-23 14:54:46 +0800
committerStar Zeng <star.zeng@intel.com>2016-05-25 16:35:36 +0800
commit8caa3caaed4b32d699b79c6d5aaa606b52d740e7 (patch)
treea3e8e177da0dcdec2cb584158515d0d46d37da34 /MdeModulePkg/Library/BootMaintenanceManagerUiLib
parent4b7345a7dd71bdc99a824facf55066838ec240da (diff)
downloadedk2-8caa3caaed4b32d699b79c6d5aaa606b52d740e7.tar.gz
edk2-8caa3caaed4b32d699b79c6d5aaa606b52d740e7.tar.bz2
edk2-8caa3caaed4b32d699b79c6d5aaa606b52d740e7.zip
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>
Diffstat (limited to 'MdeModulePkg/Library/BootMaintenanceManagerUiLib')
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c13
-rw-r--r--MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.h5
2 files changed, 6 insertions, 12 deletions
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
index 5156975b68..b25bc67c06 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
@@ -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
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.h b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.h
index 2c69888b7c..9f04bf573f 100644
--- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.h
+++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.h
@@ -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