MdeModulePkg:Refine the code comments in UiApp

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18151 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Dandan Bi
2015-08-04 09:11:42 +00:00
committed by dandanbi
parent 40ffc3b9f7
commit 3194d76fd1
7 changed files with 45 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ InitializeDeviceManager (
VOID
FreeDeviceManager(
VOID
);
);
/**
Dynamic create Hii information for Device Manager.
@@ -150,6 +150,6 @@ FreeDeviceManager(
VOID
CreateDeviceManagerForm(
IN EFI_FORM_ID NextShowFormId
);
);
#endif