diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 19:17:35 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 19:17:35 +0000 |
commit | 1f08a159034549216eccfd533b50b712d944d844 (patch) | |
tree | c4a4b16daa6f02b29896c96007b94112ae51d54c /MdePkg/Include/Protocol/ServiceBinding.h | |
parent | cce6f7aa66125df1bddf24c122f02093d47ef204 (diff) | |
download | edk2-platforms-1f08a159034549216eccfd533b50b712d944d844.tar.xz |
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6097 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/ServiceBinding.h')
-rw-r--r-- | MdePkg/Include/Protocol/ServiceBinding.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/ServiceBinding.h b/MdePkg/Include/Protocol/ServiceBinding.h index 510ac673d9..ae6cd323a4 100644 --- a/MdePkg/Include/Protocol/ServiceBinding.h +++ b/MdePkg/Include/Protocol/ServiceBinding.h @@ -78,12 +78,6 @@ EFI_STATUS required behavior, not to specify the required implementation. Each consumer of
a software protocol is responsible for calling CreateChild() when it requires the
protocol and calling DestroyChild() when it is finished with that protocol.
-
- @param CreateChild
- Creates a child handle and installs a protocol.
-
- @param DestroyChild
- Destroys a child handle with a protocol installed on it.
**/
struct _EFI_SERVICE_BINDING_PROTOCOL {
EFI_SERVICE_BINDING_CREATE_CHILD CreateChild;
|