summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Hash.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
commit721b16af11941318ff27684da8bb7a90c9118385 (patch)
tree85b4c6f59be589d1eec0b507da3aa60a81d2b836 /MdePkg/Include/Protocol/Hash.h
parenta4e0b060c6484fd2576fcd906a7b0d4519053c52 (diff)
downloadedk2-721b16af11941318ff27684da8bb7a90c9118385.zip
edk2-721b16af11941318ff27684da8bb7a90c9118385.tar.gz
edk2-721b16af11941318ff27684da8bb7a90c9118385.tar.bz2
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6095 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Hash.h')
-rw-r--r--MdePkg/Include/Protocol/Hash.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h
index bb4d651..1467235 100644
--- a/MdePkg/Include/Protocol/Hash.h
+++ b/MdePkg/Include/Protocol/Hash.h
@@ -132,13 +132,6 @@ EFI_STATUS
@par Protocol Description:
This protocol allows creating a hash of an arbitrary message digest
using one or more hash algorithms.
-
- @param GetHashSize
- Return the size of a specific type of resulting hash.
-
- @param Hash
- Create a hash for the specified message.
-
**/
struct _EFI_HASH_PROTOCOL {
EFI_HASH_GET_HASH_SIZE GetHashSize;