summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Pi/PiFirmwareVolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Pi/PiFirmwareVolume.h')
-rw-r--r--MdePkg/Include/Pi/PiFirmwareVolume.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Include/Pi/PiFirmwareVolume.h b/MdePkg/Include/Pi/PiFirmwareVolume.h
index a3488fa8aa..f589c20dd9 100644
--- a/MdePkg/Include/Pi/PiFirmwareVolume.h
+++ b/MdePkg/Include/Pi/PiFirmwareVolume.h
@@ -205,7 +205,8 @@ typedef struct {
///
/// An array of GUIDs, each GUID representing an OEM file type.
///
- EFI_GUID Types[1];
+ /// EFI_GUID Types[1];
+ ///
} EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE;
#define EFI_FV_EXT_TYPE_GUID_TYPE 0x0002
@@ -226,7 +227,8 @@ typedef struct {
///
/// An arry of bytes of length Length.
///
- UINT8 Data[1];
+ /// UINT8 Data[1];
+ ///
} EFI_FIRMWARE_VOLUME_EXT_ENTRY_GUID_TYPE;
#endif