diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 18:09:49 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-09 18:09:49 +0000 |
commit | 3354353d4d82fb12c073564ab41099ca75d02839 (patch) | |
tree | 2a2e1b59a56d16a76e64530d3f424cad8c02e2e1 /MdePkg/Include/Protocol/DriverDiagnostics2.h | |
parent | 8b6c989b0dce2e63a06139f37be0e062588e8f04 (diff) | |
download | edk2-platforms-3354353d4d82fb12c073564ab41099ca75d02839.tar.xz |
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverDiagnostics2.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverDiagnostics2.h | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/MdePkg/Include/Protocol/DriverDiagnostics2.h b/MdePkg/Include/Protocol/DriverDiagnostics2.h index 99ae5d0807..f8bd6206b2 100644 --- a/MdePkg/Include/Protocol/DriverDiagnostics2.h +++ b/MdePkg/Include/Protocol/DriverDiagnostics2.h @@ -91,26 +91,18 @@ EFI_STATUS OUT CHAR16 **Buffer
);
-
-//
-//
-
/**
Interface structure for the Driver Diagnostics2 Protocol.
@par Protocol Description:
Used to perform diagnostics on a controller that an EFI Driver is managing.
-
- @param RunDiagnostics Runs diagnostics on a controller.
- @param SupportedLanguages A Null-terminated ASCII string that
- contains one or more RFC 3066
- language codes. This is the list
- of language codes that this
- protocol supports.
-
**/
struct _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL {
EFI_DRIVER_DIAGNOSTICS2_RUN_DIAGNOSTICS RunDiagnostics;
+ ///
+ /// A Null-terminated ASCII string that contains one or more RFC 3066
+ /// language codes. This is the list of language codes that this protocol supports.
+ ///
CHAR8 *SupportedLanguages;
};
|