diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-05-23 14:54:46 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-05-25 16:35:36 +0800 |
commit | 8caa3caaed4b32d699b79c6d5aaa606b52d740e7 (patch) | |
tree | a3e8e177da0dcdec2cb584158515d0d46d37da34 /MdeModulePkg/Application/UiApp | |
parent | 4b7345a7dd71bdc99a824facf55066838ec240da (diff) | |
download | edk2-platforms-8caa3caaed4b32d699b79c6d5aaa606b52d740e7.tar.xz |
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/Application/UiApp')
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c | 5 | ||||
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h | 10 |
2 files changed, 2 insertions, 13 deletions
diff --git a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c index b838222106..dfb37ec9e1 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c +++ b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c @@ -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
diff --git a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h index ce3ecd5270..9dda98adea 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h +++ b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h @@ -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
|