]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverFamilyOverride.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverFamilyOverride.h
index 270481266a3f850877462ded6facf647fc149a48..92fc1d9bdd9783bf03cb7d6e70bb4fcad26e165b 100644 (file)
@@ -46,22 +46,17 @@ UINT32
   IN EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL    *This\r
   );\r
 \r
-/**\r
-  @par Protocol Description:\r
-  When installed, the Driver Family Override Protocol produces a GUID that represets \r
-  a family of drivers.  Drivers with the same GUID are members of the same family \r
-  When drivers are connected to controllers, drivers with a higher revision value \r
-  in the same driver family are connected with a higher priority than drivers \r
-  with a lower revision value in the same driver family.  The EFI Boot Service\r
-  Connect Controller uses five rules to build a prioritied list of drivers when \r
-  a request is made to connect a driver to a controller.  The Driver Family Protocol\r
-  rule is between the Platform Specific Driver Override Protocol and above the \r
-  Bus Specific Driver Override Protocol.  \r
-\r
-  @param GetVersion\r
-  This function returns the version value associated with the driver specified by This.\r
-\r
-**/\r
+///\r
+/// When installed, the Driver Family Override Protocol produces a GUID that represets \r
+/// a family of drivers.  Drivers with the same GUID are members of the same family \r
+/// When drivers are connected to controllers, drivers with a higher revision value \r
+/// in the same driver family are connected with a higher priority than drivers \r
+/// with a lower revision value in the same driver family.  The EFI Boot Service\r
+/// Connect Controller uses five rules to build a prioritied list of drivers when \r
+/// a request is made to connect a driver to a controller.  The Driver Family Protocol\r
+/// rule is between the Platform Specific Driver Override Protocol and above the \r
+/// Bus Specific Driver Override Protocol.  \r
+///\r
 struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL {\r
   EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;\r
 };\r