summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Uefi/UefiMultiPhase.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-24 07:14:18 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-06-24 07:14:18 +0000
commit8b13229b469f05ec22d76098b052bd6e943fecee (patch)
treecc8b00da0509e1ffd8fb794651f2290385b899c9 /MdePkg/Include/Uefi/UefiMultiPhase.h
parentdc53faa3a2059c75483fe7e5756d2da11fad598c (diff)
downloadedk2-8b13229b469f05ec22d76098b052bd6e943fecee.zip
edk2-8b13229b469f05ec22d76098b052bd6e943fecee.tar.gz
edk2-8b13229b469f05ec22d76098b052bd6e943fecee.tar.bz2
Fix doxygen issue:
1) comment for structure should be in doxygen format, such as /// , /**, /*! 2) comment for data field of structure should in doxygen format. 3) should not exist blank between ") (" when declaring a type of function point. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5364 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi/UefiMultiPhase.h')
-rw-r--r--MdePkg/Include/Uefi/UefiMultiPhase.h28
1 files changed, 13 insertions, 15 deletions
diff --git a/MdePkg/Include/Uefi/UefiMultiPhase.h b/MdePkg/Include/Uefi/UefiMultiPhase.h
index e4a8d84..c663a68 100644
--- a/MdePkg/Include/Uefi/UefiMultiPhase.h
+++ b/MdePkg/Include/Uefi/UefiMultiPhase.h
@@ -17,9 +17,9 @@
#include <ProcessorBind.h>
-//
-// Enumeration of memory types introduced in UEFI.
-//
+///
+/// Enumeration of memory types introduced in UEFI.
+///
typedef enum {
EfiReservedMemoryType,
EfiLoaderCode,
@@ -39,9 +39,9 @@ typedef enum {
} EFI_MEMORY_TYPE;
-//
-// Data structure that precedes all of the standard EFI table types.
-//
+///
+/// Data structure that precedes all of the standard EFI table types.
+///
typedef struct {
UINT64 Signature;
UINT32 Revision;
@@ -50,22 +50,20 @@ typedef struct {
UINT32 Reserved;
} EFI_TABLE_HEADER;
-//
-// Attributes of variable.
-//
+///
+/// Attributes of variable.
+///
#define EFI_VARIABLE_NON_VOLATILE 0x00000001
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
#define EFI_VARIABLE_HARDWARE_ERROR_RECORD 0x00000008
-//
-// This attribute is identified by the mnemonic 'HR'
-// elsewhere in this specification.
-//
+///
+/// This attribute is identified by the mnemonic 'HR'
+/// elsewhere in this specification.
+///
#define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS 0x00000010
-
-
//
// _WIN_CERTIFICATE.wCertificateType
//