diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-22 09:00:12 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-05-22 09:00:12 +0000 |
commit | 6960e9ae7a4e63838da7628f60ef886ae3e77315 (patch) | |
tree | 4be5f1535c9d5e7c4426b6510361f13e2a2e2c10 /MdeModulePkg | |
parent | d6c0ec55e879a91cc5a63a0f255d6086031cc750 (diff) | |
download | edk2-platforms-6960e9ae7a4e63838da7628f60ef886ae3e77315.tar.xz |
Remove minor defects in Doxygen header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5270 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Core/Dxe/DxeMain.h | 14 |
2 files changed, 0 insertions, 16 deletions
diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c index 064ea1190e..c97d1b85da 100644 --- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c @@ -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
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h index 9cbcbaeb21..3bddae84f3 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.h +++ b/MdeModulePkg/Core/Dxe/DxeMain.h @@ -1828,17 +1828,11 @@ 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
CoreDispatcher (
@@ -1859,10 +1853,6 @@ CoreDispatcher ( was not set.
**/
-EFI_DXESERVICE
-/**
-
-**/
EFI_STATUS
EFIAPI
CoreSchedule (
@@ -1883,10 +1873,6 @@ CoreSchedule ( @retval EFI_NOT_FOUND The file was not found in the untrusted state.
**/
-EFI_DXESERVICE
-/**
-
-**/
EFI_STATUS
EFIAPI
CoreTrust (
|