diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-22 06:51:14 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-22 06:51:14 +0000 |
commit | 43b86bee3b53a370b1b842b42b998e59b0f593ea (patch) | |
tree | 21c4c74b3695905b15bd23662e1a94bca323d483 /MdeModulePkg/Universal | |
parent | 30394aa1750a8408313a029c316ee7c05b5b2900 (diff) | |
download | edk2-platforms-43b86bee3b53a370b1b842b42b998e59b0f593ea.tar.xz |
fix doxygen function comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5548 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/Bds.h | 3 | ||||
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 3 | ||||
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BootMaint/BootMaint.h | 2 | ||||
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/FrontPage.c | 2 |
4 files changed, 1 insertions, 9 deletions
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
|