From 6960e9ae7a4e63838da7628f60ef886ae3e77315 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 22 May 2008 09:00:12 +0000 Subject: [PATCH] Remove minor defects in Doxygen header git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5270 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 2 -- MdeModulePkg/Core/Dxe/DxeMain.h | 14 -------------- 2 files changed, 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,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 -- 2.39.2