From 721b16af11941318ff27684da8bb7a90c9118385 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 9 Oct 2008 18:33:40 +0000 Subject: 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 --- MdePkg/Include/Protocol/HiiConfigRouting.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'MdePkg/Include/Protocol/HiiConfigRouting.h') diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h index 176e096..93ff5d0 100644 --- a/MdePkg/Include/Protocol/HiiConfigRouting.h +++ b/MdePkg/Include/Protocol/HiiConfigRouting.h @@ -25,7 +25,6 @@ typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL; - /** This function allows the caller to request the current @@ -396,32 +395,6 @@ EFI_STATUS This protocol defines the configuration routing interfaces between external applications and the HII. There may only be one instance of this protocol in the system. - - @param ExtractConfig - This function allows a caller to extract the current configuration for - one or more named elements from one or more drivers. - - @param ExportConfig - This function allows the caller to request the current configuration for - the entirety of the current HII database and returns the data - in a null-terminated Unicode string. - - @param RouteConfig - This function processes the results of processing forms and routes it - to the appropriate handlers or storage. - - @param BlockToConfig - This helper function is to be called by drivers to map configuration data - stored in byte array ("block") formats such as UEFI Variables into current - configuration strings. - - @param ConfigToBlock - This helper function is to be called by drivers to map configuration strings - to configurations stored in byte array ("block") formats such as UEFI Variables. - - @param GetAltConfig - This helper function is to be called by drivers to extract portions of a larger configuration string. - **/ struct _EFI_HII_CONFIG_ROUTING_PROTOCOL { EFI_HII_ROUTING_EXTRACT_CONFIG ExtractConfig; -- cgit v1.1