From 43b86bee3b53a370b1b842b42b998e59b0f593ea Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 22 Jul 2008 06:51:14 +0000 Subject: fix doxygen function comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5548 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/BdsDxe/Bds.h | 3 --- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 3 --- MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h | 2 -- MdeModulePkg/Universal/BdsDxe/FrontPage.c | 2 +- 4 files changed, 1 insertion(+), 9 deletions(-) (limited to 'MdeModulePkg/Universal') diff --git a/MdeModulePkg/Universal/BdsDxe/Bds.h b/MdeModulePkg/Universal/BdsDxe/Bds.h index e8a9cb5d5d..cfa0842d1b 100644 --- a/MdeModulePkg/Universal/BdsDxe/Bds.h +++ b/MdeModulePkg/Universal/BdsDxe/Bds.h @@ -138,11 +138,8 @@ BdsInitialize ( Service routine for BdsInstance->Entry(). Devices are connected, the consoles are initialized, and the boot options are tried. - @param This - Protocol Instance structure. - @retval EFI_SUCEESS BDS->Entry has finished executing. - **/ VOID EFIAPI diff --git a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c index 3c8b1c443b..ba72ba2ee3 100644 --- a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c +++ b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c @@ -262,11 +262,8 @@ BdsBootDeviceSelect ( Service routine for BdsInstance->Entry(). Devices are connected, the consoles are initialized, and the boot options are tried. - @param This - Protocol Instance structure. - @retval EFI_SUCEESS BDS->Entry has finished executing. - **/ VOID EFIAPI diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h b/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h index b899bc86d7..70335a6f9a 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h +++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h @@ -673,8 +673,6 @@ BOpt_CreateMenuEntry ( @param MenuEntry A pointer to BM_MENU_ENTRY. - @retval VOID - **/ VOID BOpt_DestroyMenuEntry ( diff --git a/MdeModulePkg/Universal/BdsDxe/FrontPage.c b/MdeModulePkg/Universal/BdsDxe/FrontPage.c index 508d4ab532..46355fabd7 100644 --- a/MdeModulePkg/Universal/BdsDxe/FrontPage.c +++ b/MdeModulePkg/Universal/BdsDxe/FrontPage.c @@ -564,7 +564,7 @@ ConvertProcessorToString ( } /** - Convert Memory Size to a string + Convert Memory Size to a string. @param MemorySize - The size of the memory to process -- cgit v1.2.3