]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SectionExtraction.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SectionExtraction.h
index a20f0df064c986dd8ed6dce91d6ba84ee6bd67e9..7a8e755a5ec64391b44cc2edf2e6209a0f8f1714 100644 (file)
@@ -4,7 +4,7 @@
   This interface provides a means of decoding a set of sections into a linked list of\r
   leaf sections.  This provides for an extensible and flexible file format.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation\r
+  Copyright (c) 2006 - 2009, Intel Corporation\r
   All rights reserved. This program and the accompanying\r
   materials are licensed and made available under the terms and\r
   conditions of the BSD License which accompanies this\r
@@ -140,18 +140,20 @@ EFI_STATUS
 // Protocol definition\r
 //\r
 struct _EFI_SECTION_EXTRACTION_PROTOCOL {\r
-///\r
-///  Takes a bounded stream of sections and returns a section stream handle.\r
-///\r
+  ///\r
+  ///  Takes a bounded stream of sections and returns a section stream handle.\r
+  ///\r
   EFI_OPEN_SECTION_STREAM   OpenSectionStream;\r
-///\r
-///  Given a section stream handle, retrieves the requested section and\r
-///  meta-data from the section stream.\r
-///\r
+\r
+  ///\r
+  ///  Given a section stream handle, retrieves the requested section and\r
+  ///  meta-data from the section stream.\r
+  ///\r
   EFI_GET_SECTION           GetSection;\r
-///\r
-///  Given a section stream handle, closes the section stream.\r
-///\r
+\r
+  ///\r
+  ///  Given a section stream handle, closes the section stream.\r
+  ///\r
   EFI_CLOSE_SECTION_STREAM  CloseSectionStream;\r
 };\r
 \r