]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleTextOut.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8525 6f19259b...
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleTextOut.h
index 3a744163111c26027d2765d8f2bb00394ebf84d8..f2d22030ed2276ef079a86ca93b74125cbf910c2 100644 (file)
@@ -340,36 +340,37 @@ EFI_STATUS
 /**\r
   @par Data Structure Description:\r
   Mode Structure pointed to by Simple Text Out protocol.\r
-\r
-  @param MaxMode\r
-  The number of modes supported by QueryMode () and SetMode ().\r
-  \r
-  @param Mode\r
-  The text mode of the output device(s).\r
-  \r
-  @param Attribute\r
-  The current character output attribute\r
-  \r
-  @param CursorColumn\r
-  The cursor's column.\r
-  \r
-  @param CursorRow\r
-  The cursor's row.\r
-  \r
-  @param CursorVisible\r
-  The cursor is currently visbile or not.\r
-\r
 **/\r
 typedef struct {\r
+///\r
+/// The number of modes supported by QueryMode () and SetMode ().\r
+///\r
   INT32   MaxMode;\r
 \r
   //\r
   // current settings\r
   //\r
+\r
+///\r
+/// The text mode of the output device(s).\r
+///\r
   INT32   Mode;\r
+\r
+///\r
+/// The current character output attribute\r
+///\r
   INT32   Attribute;\r
+///\r
+/// The cursor's column.\r
+///\r
   INT32   CursorColumn;\r
+///\r
+/// The cursor's row.\r
+///\r
   INT32   CursorRow;\r
+///\r
+/// The cursor is currently visbile or not.\r
+///\r
   BOOLEAN CursorVisible;\r
 } EFI_SIMPLE_TEXT_OUTPUT_MODE;\r
 \r