From ec8432e5151787d1b77fa05ff5dd42fef488c827 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 14 Aug 2008 03:22:55 +0000 Subject: [PATCH] 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 --- MdePkg/Include/IndustryStandard/SmBios.h | 6 +++--- MdePkg/Include/IndustryStandard/Tpm12.h | 6 +++--- 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)) // -- 2.39.2