]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/RecoveryModule.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / RecoveryModule.h
index 5637c8092da760674afff39295b3d4d001c0e498..f4c7467fddf17f588f726f71ead9a9c2bbb466cf 100644 (file)
@@ -2,7 +2,7 @@
   This file declares Recovery Module PPI. \r
   This PPI is used to find and load the recovery files.\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 2009, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -51,15 +51,10 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Ppi Description:\r
   Finds and loads the recovery files.\r
-\r
-  @param LoadRecoveryCapsule\r
-  Loads a DXE binary capsule into memory.\r
-\r
 **/\r
 struct _EFI_PEI_RECOVERY_MODULE_PPI {\r
-  EFI_PEI_LOAD_RECOVERY_CAPSULE LoadRecoveryCapsule;\r
+  EFI_PEI_LOAD_RECOVERY_CAPSULE LoadRecoveryCapsule;  ///< Loads a DXE binary capsule into memory.\r
 };\r
 \r
 extern EFI_GUID gEfiPeiRecoveryModulePpiGuid;\r