summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/GuidedSectionExtraction.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
commit721b16af11941318ff27684da8bb7a90c9118385 (patch)
tree85b4c6f59be589d1eec0b507da3aa60a81d2b836 /MdePkg/Include/Protocol/GuidedSectionExtraction.h
parenta4e0b060c6484fd2576fcd906a7b0d4519053c52 (diff)
downloadedk2-platforms-721b16af11941318ff27684da8bb7a90c9118385.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6095 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/GuidedSectionExtraction.h')
-rw-r--r--MdePkg/Include/Protocol/GuidedSectionExtraction.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/GuidedSectionExtraction.h b/MdePkg/Include/Protocol/GuidedSectionExtraction.h
index 7c95b1a4b4..23f87545c8 100644
--- a/MdePkg/Include/Protocol/GuidedSectionExtraction.h
+++ b/MdePkg/Include/Protocol/GuidedSectionExtraction.h
@@ -133,10 +133,6 @@ EFI_STATUS
of the GUIDed Section Extraction Protocol must have the same interface structure, they do not all
have the same GUID. The GUID that is associated with an instance of the GUIDed Section
Extraction Protocol is used to correlate it with the GUIDed section type that it is intended to process.
-
- @param ExtractSection
- Takes the GUIDed section as input and produces the section stream data.
-
**/
struct _EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL {
EFI_EXTRACT_GUIDED_SECTION ExtractSection;