]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverBinding.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverBinding.h
index 43fc16593b02b8a62ada4046616635809c36f61b..93778915199d076dc17942f6d2d0dc57f38dcb40 100644 (file)
@@ -108,14 +108,10 @@ EFI_STATUS
   IN  EFI_HANDLE                            *ChildHandleBuffer OPTIONAL\r
   );\r
 \r
-//\r
-// Interface structure for the ControllerHandle Driver Protocol\r
-//\r
-/**\r
-  @par Protocol Description:\r
-  This protocol provides the services required to determine if a driver supports a given controller. \r
-  If a controller is supported, then it also provides routines to start and stop the controller.\r
-**/\r
+///\r
+/// This protocol provides the services required to determine if a driver supports a given controller. \r
+/// If a controller is supported, then it also provides routines to start and stop the controller.\r
+///\r
 struct _EFI_DRIVER_BINDING_PROTOCOL {\r
   EFI_DRIVER_BINDING_SUPPORTED  Supported;\r
   EFI_DRIVER_BINDING_START      Start;\r