]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiConfigAccess.h
correct a operation mistake
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiConfigAccess.h
index 0af01900e11721632f9a207258c99dc9e2715e41..0f89f6380808648e56f7c45efc9fcb70e4e9a083 100644 (file)
@@ -198,27 +198,12 @@ EFI_STATUS
   OUT EFI_BROWSER_ACTION_REQUEST             *ActionRequest\r
   )\r
   ;\r
   OUT EFI_BROWSER_ACTION_REQUEST             *ActionRequest\r
   )\r
   ;\r
-/**\r
-  @par Protocol Description:   \r
-  This protocol provides a callable interface between the HII and\r
-  drivers. Only drivers which provide IFR data to HII are required\r
-  to publish this protocol.\r
-\r
-  @param ExtractConfig  This function breaks apart the UNICODE\r
-                        request strings routing them to the\r
-                        appropriate drivers. This function is\r
-                        analogous to the similarly named\r
-                        function in the HII Routing Protocol.\r
-  \r
-  @param RouteConfig    This function breaks apart the UNICODE\r
-                        results strings and returns configuration\r
-                        information as specified by the request.\r
   \r
   \r
-  @param Callback       This function is called from the\r
-                        configuration browser to communicate certain\r
-                        activities that were initiated by a user.\r
-\r
-**/\r
+///\r
+/// This protocol provides a callable interface between the HII and\r
+/// drivers. Only drivers which provide IFR data to HII are required\r
+/// to publish this protocol.\r
+///\r
 struct _EFI_HII_CONFIG_ACCESS_PROTOCOL {\r
   EFI_HII_ACCESS_EXTRACT_CONFIG     ExtractConfig;\r
   EFI_HII_ACCESS_ROUTE_CONFIG       RouteConfig;\r
 struct _EFI_HII_CONFIG_ACCESS_PROTOCOL {\r
   EFI_HII_ACCESS_EXTRACT_CONFIG     ExtractConfig;\r
   EFI_HII_ACCESS_ROUTE_CONFIG       RouteConfig;\r