summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/EdidOverride.h
diff options
context:
space:
mode:
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 1bb51f0..9107d54 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;
};