]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Ppi/SectionExtraction.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Ppi / SectionExtraction.h
index 5f0dde5775a30f6f13eb7b0747c9544d6e8f8389..53e3d387cc739ede00b2347b7a269c3437397109 100644 (file)
@@ -95,16 +95,11 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Ppi Description:\r
   This PPI supports encapsulating sections, such as GUIDed sections used to\r
   authenticate the file encapsulation of other domain-specific wrapping.\r
-\r
-  @param GetSection\r
-  Retrieves a section from within a section file.\r
-\r
 **/\r
 struct _EFI_PEI_SECTION_EXTRACTION_PPI {\r
-  EFI_PEI_GET_SECTION PeiGetSection;\r
+  EFI_PEI_GET_SECTION PeiGetSection;  ///< Retrieves a section from within a section file.\r
 };\r
 \r
 extern EFI_GUID gEfiPeiSectionExtractionPpiGuid;\r