summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/UgaDraw.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
commit258cce138272fc013a723040691b37294e473a37 (patch)
tree1972e933d5e6e7413aca3a1d584499c0b71e477e /MdePkg/Include/Protocol/UgaDraw.h
parent1f08a159034549216eccfd533b50b712d944d844 (diff)
downloadedk2-258cce138272fc013a723040691b37294e473a37.tar.gz
edk2-258cce138272fc013a723040691b37294e473a37.tar.bz2
edk2-258cce138272fc013a723040691b37294e473a37.zip
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UgaDraw.h')
-rw-r--r--MdePkg/Include/Protocol/UgaDraw.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h
index b2dd1db4c9..9465c3f772 100644
--- a/MdePkg/Include/Protocol/UgaDraw.h
+++ b/MdePkg/Include/Protocol/UgaDraw.h
@@ -160,15 +160,6 @@ EFI_STATUS
directly to the frame buffer. The EFI_UGA_DRAW_PROTOCOL is designed to be lightweight and
to support the basic needs of graphics output prior to Operating System boot.
- @param GetMode
- Returns information about the geometry and configuration of the
- graphics controller's current frame buffer configuration.
-
- @param SetMode
- Set the graphics device into a given mode and clears the frame buffer to black.
-
- @param Blt
- Software abstraction to draw on the video device's frame buffer.
**/
struct _EFI_UGA_DRAW_PROTOCOL {
EFI_UGA_DRAW_PROTOCOL_GET_MODE GetMode;