]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PlatformDriverOverride.h
Code have been checked with spec
[mirror_edk2.git] / MdePkg / Include / Protocol / PlatformDriverOverride.h
index 018f64d9d956095e50b7186c278a22f1b921cb33..2219ea65ba0e04d85d7a42960c597983059f29d3 100644 (file)
@@ -119,20 +119,16 @@ EFI_STATUS
   IN EFI_HANDLE                                     DriverImageHandle\r
   );\r
 \r
-//\r
-// Interface structure for the Platform Driver Override Protocol\r
-//\r
-/**  \r
-  @par Protocol Description:\r
-  This protocol matches one or more drivers to a controller. A platform driver \r
-  produces this protocol, and it is installed on a separate handle. This protocol \r
-  is used by the ConnectController() boot service to select the best driver \r
-  for a controller. All of the drivers returned by this protocol have a higher \r
-  precedence than drivers found from an EFI Bus Specific Driver Override Protocol \r
-  or drivers found from the general UEFI driver Binding search algorithm. If more \r
-  than one driver is returned by this protocol, then the drivers are returned in \r
-  order from highest precedence to lowest precedence.\r
-**/\r
+///\r
+/// This protocol matches one or more drivers to a controller. A platform driver \r
+/// produces this protocol, and it is installed on a separate handle. This protocol \r
+/// is used by the ConnectController() boot service to select the best driver \r
+/// for a controller. All of the drivers returned by this protocol have a higher \r
+/// precedence than drivers found from an EFI Bus Specific Driver Override Protocol \r
+/// or drivers found from the general UEFI driver Binding search algorithm. If more \r
+/// than one driver is returned by this protocol, then the drivers are returned in \r
+/// order from highest precedence to lowest precedence.\r
+///\r
 struct _EFI_PLATFORM_DRIVER_OVERRIDE_PROTOCOL {\r
   EFI_PLATFORM_DRIVER_OVERRIDE_GET_DRIVER       GetDriver;\r
   EFI_PLATFORM_DRIVER_OVERRIDE_GET_DRIVER_PATH  GetDriverPath;\r