summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 03:22:55 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-14 03:22:55 +0000
commitec8432e5151787d1b77fa05ff5dd42fef488c827 (patch)
tree784f3be81ec4d4c2d264931119ccd5ca0b41ef38
parent1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a (diff)
downloadedk2-platforms-ec8432e5151787d1b77fa05ff5dd42fef488c827.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@5646 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h6
-rw-r--r--MdePkg/Include/IndustryStandard/Tpm12.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 7f4265e0e7..73b2b09c81 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -38,9 +38,9 @@ typedef struct {
UINT8 SmbiosBcdRevision;
} SMBIOS_TABLE_ENTRY_POINT;
-//
-// The Smbios structure header
-//
+///
+/// The Smbios structure header
+///
typedef struct {
UINT8 Type;
UINT8 Length;
diff --git a/MdePkg/Include/IndustryStandard/Tpm12.h b/MdePkg/Include/IndustryStandard/Tpm12.h
index ddf10d2266..fc2eaa4da2 100644
--- a/MdePkg/Include/IndustryStandard/Tpm12.h
+++ b/MdePkg/Include/IndustryStandard/Tpm12.h
@@ -16,9 +16,9 @@
#ifndef _TPM12_H_
#define _TPM12_H_
-//
-// The start of TPM return codes
-//
+///
+/// The start of TPM return codes
+///
#define TPM_BASE (EFI_MAX_BIT + (EFI_MAX_BIT >> 1))
//