Correct the structure's comments to follow doxygen format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8721 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -95,16 +95,11 @@ EFI_STATUS
|
||||
);
|
||||
|
||||
/**
|
||||
@par Ppi Description:
|
||||
This PPI supports encapsulating sections, such as GUIDed sections used to
|
||||
authenticate the file encapsulation of other domain-specific wrapping.
|
||||
|
||||
@param GetSection
|
||||
Retrieves a section from within a section file.
|
||||
|
||||
**/
|
||||
struct _EFI_PEI_SECTION_EXTRACTION_PPI {
|
||||
EFI_PEI_GET_SECTION PeiGetSection;
|
||||
EFI_PEI_GET_SECTION PeiGetSection; ///< Retrieves a section from within a section file.
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiPeiSectionExtractionPpiGuid;
|
||||
|
Reference in New Issue
Block a user