summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/StatusCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/StatusCode.h')
-rw-r--r--MdePkg/Include/Protocol/StatusCode.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/StatusCode.h b/MdePkg/Include/Protocol/StatusCode.h
index 8f90cafb76..70fa619ba8 100644
--- a/MdePkg/Include/Protocol/StatusCode.h
+++ b/MdePkg/Include/Protocol/StatusCode.h
@@ -56,13 +56,11 @@ EFI_STATUS
IN EFI_STATUS_CODE_DATA *Data OPTIONAL
);
-/**
- @par Protocol Description:
- Provides the service required to report a status code to the platform firmware.
- This protocol must be produced by a runtime DXE driver and may be consumed
- only by the DXE Foundation.
-
-**/
+///
+/// Provides the service required to report a status code to the platform firmware.
+/// This protocol must be produced by a runtime DXE driver and may be consumed
+/// only by the DXE Foundation.
+///
typedef struct _EFI_STATUS_CODE_PROTOCOL {
EFI_REPORT_STATUS_CODE ReportStatusCode;
} EFI_STATUS_CODE_PROTOCOL;