]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/FvLoadFile.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / FvLoadFile.h
index abe4f3a6d2d2cf097281c6c3a39e3c4ce300506e..3c66b32f1c4b3e3c741f2dd93843beefa9beb8b5 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Load image file from fv to memory.\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
@@ -53,16 +53,15 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Ppi Description:\r
   This PPI is a pointer to the Load File service. This service will be\r
   published by a PEIM.The PEI Foundation will use this service to\r
-  launch the known non-XIP PE/COFF PEIM images.  This service may\r
+  launch the known non-XIP PE/COFF PEIM images. This service may\r
   depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI.\r
 **/\r
 struct _EFI_PEI_FV_FILE_LOADER_PPI {\r
-///\r
-/// Loads a PEIM into memory for subsequent execution\r
-///\r
+  ///\r
+  /// Loads a PEIM into memory for subsequent execution\r
+  ///\r
   EFI_PEI_FV_LOAD_FILE  FvLoadFile;\r
 };\r
 \r