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/BdsDxe/BdsEntry.c | |
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/BdsDxe/BdsEntry.c')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 3 |
1 files changed, 0 insertions, 3 deletions
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
|