]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/UgaDraw.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / UgaDraw.h
index 9465c3f772e1aecb58f65f657ab38a009e76d711..b29a620c534f58d8ca6d983719f34f879efb2151 100644 (file)
@@ -151,16 +151,10 @@ EFI_STATUS
   IN  UINTN                                   Delta         OPTIONAL\r
   );\r
 \r
-/** \r
-  This protocol provides a basic abstraction to set video modes and \r
-  copy pixels to and from the graphics controller's frame buffer. \r
-\r
-  @par Protocol Description:\r
-  The EFI_UGA_DRAW_PROTOCOL provides a software abstraction to allow pixels to be drawn\r
-  directly to the frame buffer. The EFI_UGA_DRAW_PROTOCOL is designed to be lightweight and\r
-  to support the basic needs of graphics output prior to Operating System boot.  \r
-\r
-**/\r
+///\r
+/// This protocol provides a basic abstraction to set video modes and \r
+/// copy pixels to and from the graphics controller's frame buffer. \r
+///\r
 struct _EFI_UGA_DRAW_PROTOCOL {\r
   EFI_UGA_DRAW_PROTOCOL_GET_MODE  GetMode;\r
   EFI_UGA_DRAW_PROTOCOL_SET_MODE  SetMode;\r