summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ComponentName2.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 17:52:42 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 17:52:42 +0000
commit8b6c989b0dce2e63a06139f37be0e062588e8f04 (patch)
tree5e8a4bd09f6c049734178c8f7427c0e9b921dbb8 /MdePkg/Include/Protocol/ComponentName2.h
parent107ffdc9ce6e7c11e140ad4d513f186ee38c6e23 (diff)
downloadedk2-platforms-8b6c989b0dce2e63a06139f37be0e062588e8f04.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6092 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/ComponentName2.h')
-rw-r--r--MdePkg/Include/Protocol/ComponentName2.h23
1 files changed, 8 insertions, 15 deletions
diff --git a/MdePkg/Include/Protocol/ComponentName2.h b/MdePkg/Include/Protocol/ComponentName2.h
index fa5c7a8410..1ee87e9a75 100644
--- a/MdePkg/Include/Protocol/ComponentName2.h
+++ b/MdePkg/Include/Protocol/ComponentName2.h
@@ -158,25 +158,18 @@ EFI_STATUS
@par Protocol Description:
This protocol is used to retrieve user readable names of drivers
and controllers managed by UEFI Drivers.
-
- @param GetDriverName
- Retrieves a Unicode string that is the user readable name of the driver.
-
- @param GetControllerName
- Retrieves a Unicode string that is the user readable name of a
- controller that is being managed by a driver.
-
- @param SupportedLanguages
- A Null-terminated ASCII string array that contains one or more
- supported language codes. This is the list of language codes that
- this protocol supports. The number of languages supported by a
- driver is up to the driver writer. SupportedLanguages is
- specified in RFC 3066 format.
-
**/
struct _EFI_COMPONENT_NAME2_PROTOCOL {
EFI_COMPONENT_NAME2_GET_DRIVER_NAME GetDriverName;
EFI_COMPONENT_NAME2_GET_CONTROLLER_NAME GetControllerName;
+
+ ///
+ /// A Null-terminated ASCII string array that contains one or more
+ /// supported language codes. This is the list of language codes that
+ /// this protocol supports. The number of languages supported by a
+ /// driver is up to the driver writer. SupportedLanguages is
+ /// specified in RFC 3066 format.
+ ///
CHAR8 *SupportedLanguages;
};