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/StatusCode.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/StatusCode.h')
-rw-r--r-- | MdePkg/Include/Protocol/StatusCode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/StatusCode.h b/MdePkg/Include/Protocol/StatusCode.h index d9f08c70bc..8f90cafb76 100644 --- a/MdePkg/Include/Protocol/StatusCode.h +++ b/MdePkg/Include/Protocol/StatusCode.h @@ -62,8 +62,6 @@ EFI_STATUS This protocol must be produced by a runtime DXE driver and may be consumed
only by the DXE Foundation.
- @param ReportStatusCode Emit a status code.
-
**/
typedef struct _EFI_STATUS_CODE_PROTOCOL {
EFI_REPORT_STATUS_CODE ReportStatusCode;
|