mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
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
|
Service routine for BdsInstance->Entry(). Devices are connected, the
|
||||||
consoles are initialized, and the boot options are tried.
|
consoles are initialized, and the boot options are tried.
|
||||||
|
|
||||||
|
|
||||||
@param This - Protocol Instance structure.
|
@param This - Protocol Instance structure.
|
||||||
|
|
||||||
@retval EFI_SUCEESS BDS->Entry has finished executing.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -262,11 +262,8 @@ BdsBootDeviceSelect (
|
|||||||
Service routine for BdsInstance->Entry(). Devices are connected, the
|
Service routine for BdsInstance->Entry(). Devices are connected, the
|
||||||
consoles are initialized, and the boot options are tried.
|
consoles are initialized, and the boot options are tried.
|
||||||
|
|
||||||
|
|
||||||
@param This - Protocol Instance structure.
|
@param This - Protocol Instance structure.
|
||||||
|
|
||||||
@retval EFI_SUCEESS BDS->Entry has finished executing.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
@ -673,8 +673,6 @@ BOpt_CreateMenuEntry (
|
|||||||
|
|
||||||
@param MenuEntry A pointer to BM_MENU_ENTRY.
|
@param MenuEntry A pointer to BM_MENU_ENTRY.
|
||||||
|
|
||||||
@retval VOID
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
BOpt_DestroyMenuEntry (
|
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
|
@param MemorySize - The size of the memory to process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user