mirror of https://github.com/acidanthera/audk.git
Remove minor defects in Doxygen header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5270 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d6c0ec55e8
commit
6960e9ae7a
|
@ -396,8 +396,6 @@ CoreTrust (
|
|||
will be called, and when the Bds() exits the Dispatcher will be called
|
||||
again.
|
||||
|
||||
NONE
|
||||
|
||||
@retval EFI_ALREADY_STARTED The DXE Dispatcher is already running
|
||||
@retval EFI_NOT_FOUND No DXE Drivers were dispatched
|
||||
@retval EFI_SUCCESS One or more DXE Drivers were dispatched
|
||||
|
|
|
@ -1828,16 +1828,10 @@ CoreGetIoSpaceMap (
|
|||
will be called, and when the Bds() exits the Dispatcher will be called
|
||||
again.
|
||||
|
||||
NONE
|
||||
|
||||
@retval EFI_ALREADY_STARTED The DXE Dispatcher is already running
|
||||
@retval EFI_NOT_FOUND No DXE Drivers were dispatched
|
||||
@retval EFI_SUCCESS One or more DXE Drivers were dispatched
|
||||
|
||||
**/
|
||||
EFI_DXESERVICE
|
||||
/**
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
@ -1858,10 +1852,6 @@ CoreDispatcher (
|
|||
@retval EFI_NOT_FOUND The DriverName does not exist or it's SOR bit
|
||||
was not set.
|
||||
|
||||
**/
|
||||
EFI_DXESERVICE
|
||||
/**
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
@ -1882,10 +1872,6 @@ CoreSchedule (
|
|||
it was promoted to the trusted state.
|
||||
@retval EFI_NOT_FOUND The file was not found in the untrusted state.
|
||||
|
||||
**/
|
||||
EFI_DXESERVICE
|
||||
/**
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
|
Loading…
Reference in New Issue