diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 03:21:03 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-14 03:21:03 +0000 |
commit | 1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a (patch) | |
tree | 844992a2b181658fafa5ce999c6aaa1d9814857b /MdePkg/Include/IndustryStandard/Mbr.h | |
parent | 3566565aa46899c26d5d8243966643f9a89a2133 (diff) | |
download | edk2-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/Mbr.h')
-rw-r--r-- | MdePkg/Include/IndustryStandard/Mbr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/Mbr.h b/MdePkg/Include/IndustryStandard/Mbr.h index 108741e7ab..12ec51789b 100644 --- a/MdePkg/Include/IndustryStandard/Mbr.h +++ b/MdePkg/Include/IndustryStandard/Mbr.h @@ -46,9 +46,9 @@ typedef struct { UINT8 SizeInLBA[4];
} MBR_PARTITION_RECORD;
-//
-// MBR Partition table
-//
+///
+/// MBR Partition table
+///
typedef struct {
UINT8 BootStrapCode[440];
UINT8 UniqueMbrSignature[4];
|