]> 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 14d314b29a1fd30f258bccb21bf4fce86ed40e73..92fc1d9bdd9783bf03cb7d6e70bb4fcad26e165b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  EFI Driver Family Protocol\r
+  UEFI Driver Family Protocol\r
 \r
-  Copyright (c) 2007, Intel Corporation                                                         \r
+  Copyright (c) 2007 - 2008, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -46,21 +46,17 @@ UINT32
   IN EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL    *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
-  @param FamilyGuid    A pointer to the GUID that represnets the family of drivers\r
-                       that the driver producing this protocol is a member.\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