summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/WatchdogResourceTable.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/WatchdogResourceTable.h
parent3566565aa46899c26d5d8243966643f9a89a2133 (diff)
downloadedk2-1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a.tar.gz
edk2-1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a.tar.bz2
edk2-1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a.zip
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/WatchdogResourceTable.h')
-rw-r--r--MdePkg/Include/IndustryStandard/WatchdogResourceTable.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h b/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
index 2e416dfbb2..5a0f464dd0 100644
--- a/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
+++ b/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
@@ -21,9 +21,10 @@
// Ensure proper structure formats
//
#pragma pack(1)
-//
-// Watchdog Resource Table definition.
-//
+
+///
+/// Watchdog Resource Table definition.
+///
typedef struct {
EFI_ACPI_DESCRIPTION_HEADER Header;
EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE ControlRegisterAddress;