summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/EdidOverride.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:23:56 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:23:56 +0000
commita4e0b060c6484fd2576fcd906a7b0d4519053c52 (patch)
tree9023c5cbc98e068bf97254efb084ac5ca886ab97 /MdePkg/Include/Protocol/EdidOverride.h
parent3354353d4d82fb12c073564ab41099ca75d02839 (diff)
downloadedk2-platforms-a4e0b060c6484fd2576fcd906a7b0d4519053c52.tar.xz
1, Fix doxygen comment for structure and macro
2, Add missing macro - EfiBltVideoToVideo git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6094 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/EdidOverride.h')
-rw-r--r--MdePkg/Include/Protocol/EdidOverride.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/EdidOverride.h b/MdePkg/Include/Protocol/EdidOverride.h
index 1bb51f0908..9107d5476b 100644
--- a/MdePkg/Include/Protocol/EdidOverride.h
+++ b/MdePkg/Include/Protocol/EdidOverride.h
@@ -58,12 +58,11 @@ EFI_STATUS
@par Protocol Description:
This protocol is produced by the platform to allow the platform to provide
EDID information to the producer of the Graphics Output protocol.
-
- @param GetEdid
- Returns EDID values and attributes that the Video BIOS must use.
-
**/
struct _EFI_EDID_OVERRIDE_PROTOCOL {
+ ///
+ /// Returns EDID values and attributes that the Video BIOS must use.
+ ///
EFI_EDID_OVERRIDE_PROTOCOL_GET_EDID GetEdid;
};