summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 03:21:03 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 03:21:03 +0000
commit1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a (patch)
tree844992a2b181658fafa5ce999c6aaa1d9814857b /MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h
parent3566565aa46899c26d5d8243966643f9a89a2133 (diff)
downloadedk2-platforms-1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a.tar.xz
Use doxygen comment style for document entity such as struct, enum, variable that use /// but not //
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5645 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h')
-rw-r--r--MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h b/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h
index 37dda9fb61..fa61af5b9a 100644
--- a/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h
+++ b/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h
@@ -22,9 +22,10 @@
// Ensure proper structure formats
//
#pragma pack(1)
-//
-// High Precision Event Timer Table header definition.
-//
+
+///
+/// High Precision Event Timer Table header definition.
+///
typedef struct {
EFI_ACPI_DESCRIPTION_HEADER Header;
UINT32 EventTimerBlockId;
@@ -34,9 +35,9 @@ typedef struct {
UINT8 PageProtectionAndOemAttribute;
} EFI_ACPI_HIGH_PRECISION_EVENT_TIMER_TABLE_HEADER;
-//
-// HPET Revision (defined in spec)
-//
+///
+/// HPET Revision (defined in spec)
+///
#define EFI_ACPI_HIGH_PRECISION_EVENT_TIMER_TABLE_REVISION 0x01
//