From: darylm503 Date: Fri, 3 Jul 2009 23:20:37 +0000 (+0000) Subject: Clean up Doxygen group comments. X-Git-Tag: edk2-stable201903~17563 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=dbb698cbb55453620cb7d8a5e8e3f0766c5b0839 Clean up Doxygen group comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8745 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h b/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h index f47d956790..d5d432efaa 100644 --- a/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h +++ b/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h @@ -22,8 +22,7 @@ /// /// Firmware Volume Block Attributes bit definitions - -//@{ +///@{ #define EFI_FVB_READ_DISABLED_CAP 0x00000001 #define EFI_FVB_READ_ENABLED_CAP 0x00000002 #define EFI_FVB_READ_STATUS 0x00000004 @@ -56,7 +55,7 @@ #define EFI_FVB_ALIGNMENT_16K 0x20000000 #define EFI_FVB_ALIGNMENT_32K 0x40000000 #define EFI_FVB_ALIGNMENT_64K 0x80000000 -//@} +///@} /// This is a simple macro defined as the set of all FV Block Attributes signifying capabilities. #define EFI_FVB_CAPABILITIES ( EFI_FVB_READ_DISABLED_CAP | \