]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/FirmwareVolume.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Ppi / FirmwareVolume.h
index 4cb22649d28436a9f9cd8946d5552ccaae4268e9..be42ac096fdfd18fe695b717dd53b713579afa8a 100644 (file)
@@ -208,29 +208,11 @@ EFI_STATUS
 /// This PPI provides functions for accessing a memory-mapped firmware volume of a specific format.\r
 ///\r
 struct _EFI_PEI_FIRMWARE_VOLUME_PPI {\r
-  ///\r
-  /// Process a firmware volume and create a volume handle.\r
-  ///\r
   EFI_PEI_FV_PROCESS_FV       ProcessVolume;\r
-  ///\r
-  /// Find all files of a specific type.\r
-  ///\r
   EFI_PEI_FV_FIND_FILE_TYPE   FindFileByType;\r
-  ///\r
-  /// Find the file with a specific name.\r
-  ///\r
   EFI_PEI_FV_FIND_FILE_NAME   FindFileByName;\r
-  ///\r
-  /// Return the information about a specific file.\r
-  ///\r
   EFI_PEI_FV_GET_FILE_INFO    GetFileInfo;\r
-  ///\r
-  /// Return the firmware volume attributes.\r
-  ///\r
   EFI_PEI_FV_GET_INFO         GetVolumeInfo;\r
-  ///\r
-  /// Find all sections of a specific type.\r
-  ///\r
   EFI_PEI_FV_FIND_SECTION     FindSectionByType;\r
 };\r
 \r