mirror of https://github.com/acidanthera/audk.git
fix doxygen function comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5548 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
30394aa175
commit
43b86bee3b
|
@ -138,11 +138,8 @@ BdsInitialize (
|
|||
Service routine for BdsInstance->Entry(). Devices are connected, the
|
||||
consoles are initialized, and the boot options are tried.
|
||||
|
||||
|
||||
@param This - Protocol Instance structure.
|
||||
|
||||
@retval EFI_SUCEESS BDS->Entry has finished executing.
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
|
|
@ -262,11 +262,8 @@ BdsBootDeviceSelect (
|
|||
Service routine for BdsInstance->Entry(). Devices are connected, the
|
||||
consoles are initialized, and the boot options are tried.
|
||||
|
||||
|
||||
@param This - Protocol Instance structure.
|
||||
|
||||
@retval EFI_SUCEESS BDS->Entry has finished executing.
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
|
|
@ -673,8 +673,6 @@ BOpt_CreateMenuEntry (
|
|||
|
||||
@param MenuEntry A pointer to BM_MENU_ENTRY.
|
||||
|
||||
@retval VOID
|
||||
|
||||
**/
|
||||
VOID
|
||||
BOpt_DestroyMenuEntry (
|
||||
|
|
|
@ -564,7 +564,7 @@ ConvertProcessorToString (
|
|||
}
|
||||
|
||||
/**
|
||||
Convert Memory Size to a string
|
||||
Convert Memory Size to a string.
|
||||
|
||||
|
||||
@param MemorySize - The size of the memory to process
|
||||
|
|
Loading…
Reference in New Issue