diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-11-01 10:25:19 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-11-15 09:36:03 +0800 |
commit | c37dcee6d8c24cff4c50fa5dd139e5a26678eb62 (patch) | |
tree | 36873d24670be037a33eeac9f618b645be325455 /MdeModulePkg | |
parent | a5991c8832c5301ec969c37cce5c1b332c7e0127 (diff) | |
download | edk2-platforms-c37dcee6d8c24cff4c50fa5dd139e5a26678eb62.tar.xz |
MdeModulePkg/BMMUI: add comments for function parameter
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: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c index f40c61a0fb..e49ab981a7 100644 --- a/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c +++ b/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c @@ -571,6 +571,7 @@ UpdateTerminalContent ( /**
Update the console content in ConsoleMenu.
+ @param ConsoleName The name for the console device type.
@param BmmData The BMM fake NV data.
**/
|