diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-20 02:02:16 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-20 02:02:16 +0000 |
commit | b10a05d6c3024ec78935353f157df9e7411dfe06 (patch) | |
tree | fd3ae89fba09046d2c84495fda698e18fd729586 /MdeModulePkg/Core/Pei | |
parent | 6ae2cf5c0f2d702a6560f180f83cfef5f2a7c7af (diff) | |
download | edk2-platforms-b10a05d6c3024ec78935353f157df9e7411dfe06.tar.xz |
ECC clanup: Update the doxygen comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6641 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain/PeiMain.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c index 2301e1075d..2f61e8c924 100644 --- a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c +++ b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c @@ -65,7 +65,6 @@ EFI_PEI_SERVICES gPs = { };
/**
-
This routine is invoked by main entry of PeiMain module during transition
from SEC to PEI. After switching stack in the PEI core, it will restart
with the old core data.
@@ -83,8 +82,6 @@ EFI_PEI_SERVICES gPs = { core's data areas.
If NULL, it is first PeiCore entering.
- @retval EFI_NOT_FOUND Never reach
-
**/
VOID
EFIAPI
|