From 3354353d4d82fb12c073564ab41099ca75d02839 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 9 Oct 2008 18:09:49 +0000 Subject: Fix doxygen comment for structure and macro git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Decompress.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'MdePkg/Include/Protocol/Decompress.h') diff --git a/MdePkg/Include/Protocol/Decompress.h b/MdePkg/Include/Protocol/Decompress.h index 0cc9bb7e36..5b2291f177 100644 --- a/MdePkg/Include/Protocol/Decompress.h +++ b/MdePkg/Include/Protocol/Decompress.h @@ -113,17 +113,6 @@ EFI_STATUS @par Protocol Description: Provides a decompression service. - @param GetInfo - Given the compressed source buffer, this function retrieves the - size of the uncompressed destination buffer and the size of the - scratch buffer required to perform the decompression. It is the - caller's responsibility to allocate the destination buffer and the - scratch buffer prior to calling EFI_DECOMPRESS_PROTOCOL.Decompress(). - - @param Decompresss - Decompresses a compressed source buffer into an uncompressed - destination buffer. It is the caller's responsibility to allocate the - destination buffer and a scratch buffer prior to making this call. **/ struct _EFI_DECOMPRESS_PROTOCOL { EFI_DECOMPRESS_GET_INFO GetInfo; -- cgit v1.2.3