audk/MdeModulePkg/Library/UefiBootManagerLib
Ruiyu Ni 8b5c80e029 MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototype
Clean up the leading comment and the prototype of
EfiBootManagerAddLoadOptionVariable():

- the function may modify Option on output, annotate the parameter with
  OUT and update the documentation;

- "@retval EFI_STATUS" and "@retval Others" are not idiomatic
  documentation, use @return instead;

- sync comment and prototype between lib instance and lib class header.

Change-Id: I8a609d6502b6f8929b2f568acaa147065003b6f4
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
2018-04-23 17:49:40 +08:00
..
BmBoot.c MdeModulePkg/UefiBootManagerLib: limit recursive call depth 2018-03-07 14:26:04 +08:00
BmBootDescription.c
BmConnect.c
BmConsole.c
BmDriverHealth.c MdeModulePkg/UefiBootManagerLib: limit recursive call depth 2018-03-07 14:26:04 +08:00
BmHotkey.c
BmLoadOption.c MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototype 2018-04-23 17:49:40 +08:00
BmMisc.c
InternalBm.h MdeModulePkg/UefiBootManagerLib: limit recursive call depth 2018-03-07 14:26:04 +08:00
UefiBootManagerLib.inf
UefiBootManagerLib.uni