]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiMultiPhase.h
Fix doxygen issue:
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiMultiPhase.h
index e4a8d846d4981b323d046d18a374b69b13f8f54b..c663a68cedf63e6c6d8e99b6a026ac52dc103053 100644 (file)
@@ -17,9 +17,9 @@
 \r
 #include <ProcessorBind.h>\r
 \r
-//\r
-// Enumeration of memory types introduced in UEFI.\r
-// \r
+///\r
+/// Enumeration of memory types introduced in UEFI.\r
+/// \r
 typedef enum {\r
   EfiReservedMemoryType,\r
   EfiLoaderCode,\r
@@ -39,9 +39,9 @@ typedef enum {
 } EFI_MEMORY_TYPE;\r
 \r
 \r
-//\r
-// Data structure that precedes all of the standard EFI table types.\r
-// \r
+///\r
+/// Data structure that precedes all of the standard EFI table types.\r
+/// \r
 typedef struct {\r
   UINT64  Signature;\r
   UINT32  Revision;\r
@@ -50,22 +50,20 @@ typedef struct {
   UINT32  Reserved;\r
 } EFI_TABLE_HEADER;\r
 \r
-//\r
-// Attributes of variable.\r
-// \r
+///\r
+/// Attributes of variable.\r
+/// \r
 #define EFI_VARIABLE_NON_VOLATILE                 0x00000001\r
 #define EFI_VARIABLE_BOOTSERVICE_ACCESS           0x00000002\r
 #define EFI_VARIABLE_RUNTIME_ACCESS               0x00000004\r
 #define EFI_VARIABLE_HARDWARE_ERROR_RECORD        0x00000008\r
 \r
-//\r
-// This attribute is identified by the mnemonic 'HR' \r
-// elsewhere in this specification.\r
-// \r
+///\r
+/// This attribute is identified by the mnemonic 'HR' \r
+/// elsewhere in this specification.\r
+/// \r
 #define EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS   0x00000010\r
 \r
-\r
-\r
 //\r
 // _WIN_CERTIFICATE.wCertificateType\r
 // \r