]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiConfigRouting.h
Update GenFw help usage information to clarify -z option.
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiConfigRouting.h
index 176e09604f7c2c16b19bd13629a3a91253b02602..adaefb2fc6f2de49e4d989d341d34fd0c64f4194 100644 (file)
@@ -25,7 +25,6 @@
 \r
 typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL;\r
 \r
-\r
 /**\r
    \r
   This function allows the caller to request the current\r
@@ -391,38 +390,11 @@ EFI_STATUS
   OUT EFI_STRING                               *AltCfgResp \r
   );\r
 \r
-/**\r
-  @par Protocol Description:   \r
-  This protocol defines the configuration routing interfaces\r
-  between external applications and the HII. There may only be one\r
-  instance of this protocol in the system.\r
-  \r
-  @param ExtractConfig\r
-  This function allows a caller to extract the current configuration for \r
-  one or more named elements from one or more drivers.\r
-\r
-  @param ExportConfig\r
-  This function allows the caller to request the current configuration for \r
-  the entirety of the current HII database and returns the data \r
-  in a null-terminated Unicode string.\r
-\r
-  @param RouteConfig\r
-  This function processes the results of processing forms and routes it \r
-  to the appropriate handlers or storage.\r
-\r
-  @param BlockToConfig\r
-  This helper function is to be called by drivers to map configuration data \r
-  stored in byte array ("block") formats such as UEFI Variables into current \r
-  configuration strings.\r
-\r
-  @param ConfigToBlock\r
-  This helper function is to be called by drivers to map configuration strings \r
-  to configurations stored in byte array ("block") formats such as UEFI Variables.\r
-\r
-  @param GetAltConfig\r
-  This helper function is to be called by drivers to extract portions of a larger configuration string.\r
-\r
-**/\r
+///\r
+/// This protocol defines the configuration routing interfaces\r
+/// between external applications and the HII. There may only be one\r
+/// instance of this protocol in the system.\r
+///\r
 struct _EFI_HII_CONFIG_ROUTING_PROTOCOL {\r
   EFI_HII_ROUTING_EXTRACT_CONFIG  ExtractConfig;\r
   EFI_HII_ROUTING_EXPORT_CONFIG   ExportConfig;\r