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
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user