From 33de5999a76333a549fe8844076e02b5ac086033 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Fri, 31 Oct 2008 07:22:44 +0000 Subject: [PATCH] Fix the doxygen comment. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6350 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c index 6ea991984e..286c2df9e8 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c @@ -22,8 +22,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. /** Image entry point of Peim. - @param FfsHeader Pointer to FFS header the loaded driver. - @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation + @param FileHandle Handle of the file being invoked. + Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile(). + @param PeiServices Describes the list of possible PEI Services. @return Status returned by entry points of Peims. @@ -57,8 +58,9 @@ _ModuleEntryPoint ( /** Wrapper of Peim image entry point. - @param FfsHeader Pointer to FFS header the loaded driver. - @param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation + @param FileHandle Handle of the file being invoked. + Type EFI_PEI_FILE_HANDLE is defined in FfsFindNextFile(). + @param PeiServices Describes the list of possible PEI Services. @return Status returned by entry points of Peims.