]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ServiceBinding.h
Fix doxygen comment for structure and macro
[mirror_edk2.git] / MdePkg / Include / Protocol / ServiceBinding.h
index 5f37727d6e7907787768a6d27ba9b2c452855577..ae6cd323a4689372ac16678436b708c0fdfefd28 100644 (file)
@@ -43,8 +43,7 @@ EFI_STATUS
 (EFIAPI *EFI_SERVICE_BINDING_CREATE_CHILD)(\r
   IN     EFI_SERVICE_BINDING_PROTOCOL  *This,\r
   IN OUT EFI_HANDLE                    *ChildHandle\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Destroys a child handle with a set of I/O services.\r
@@ -66,8 +65,7 @@ EFI_STATUS
 (EFIAPI *EFI_SERVICE_BINDING_DESTROY_CHILD)(\r
   IN EFI_SERVICE_BINDING_PROTOCOL          *This,\r
   IN EFI_HANDLE                            ChildHandle\r
-  )\r
-;\r
+  );\r
 \r
 /**  \r
   @par Protocol Description:\r
@@ -80,12 +78,6 @@ EFI_STATUS
   required behavior, not to specify the required implementation. Each consumer of \r
   a software protocol is responsible for calling CreateChild() when it requires the \r
   protocol and calling DestroyChild() when it is finished with that protocol.\r
-\r
-  @param CreateChild\r
-  Creates a child handle and installs a protocol.\r
-\r
-  @param DestroyChild\r
-  Destroys a child handle with a protocol installed on it.\r
 **/\r
 struct _EFI_SERVICE_BINDING_PROTOCOL {\r
   EFI_SERVICE_BINDING_CREATE_CHILD         CreateChild;\r