]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Hash.h
Update comments for Protocol definitions to match UEFI spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / Hash.h
index 1467235b1b9f6e78fd8641e7eedfab5f879ce932..fe8c9011a0b7e720a1c33938d8d13e16b6299a80 100644 (file)
@@ -128,11 +128,10 @@ EFI_STATUS
   IN OUT EFI_HASH_OUTPUT          *Hash\r
   );    \r
 \r
-/**\r
-  @par Protocol Description:\r
-  This protocol allows creating a hash of an arbitrary message digest \r
-  using one or more hash algorithms.\r
-**/\r
+///\r
+/// This protocol allows creating a hash of an arbitrary message digest \r
+/// using one or more hash algorithms.\r
+///\r
 struct _EFI_HASH_PROTOCOL {\r
   EFI_HASH_GET_HASH_SIZE          GetHashSize;\r
   EFI_HASH_HASH                   Hash;\r