]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ScsiPassThru.h
Formalize comments for Protocols and PPIs.
[mirror_edk2.git] / MdePkg / Include / Protocol / ScsiPassThru.h
index 1ff7a6dfbba2687988e3004ffd1a89a9976a8974..ee498e0ec32e35b9a788d691a94e6aba1de455c2 100644 (file)
@@ -296,15 +296,17 @@ EFI_STATUS
   IN UINT64                                  Lun\r
   );\r
 \r
-/**  \r
-  @par Protocol Description:\r
-  The EFI_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel and\r
-  the ability to send SCI Request Packets to any SCSI device attached to that SCSI channel. The\r
-  information includes the Target ID of the host controller on the SCSI channel, the attributes of\r
-  the SCSI channel, the printable name for the SCSI controller, and the printable name of the\r
-  SCSI channel.\r
-**/\r
+///\r
+/// The EFI_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel and\r
+/// the ability to send SCI Request Packets to any SCSI device attached to that SCSI channel. The\r
+/// information includes the Target ID of the host controller on the SCSI channel, the attributes of\r
+/// the SCSI channel, the printable name for the SCSI controller, and the printable name of the\r
+/// SCSI channel.\r
+///\r
 struct _EFI_SCSI_PASS_THRU_PROTOCOL {\r
+  ///\r
+  /// A pointer to the EFI_SCSI_PASS_THRU_MODE data for this SCSI channel.\r
+  ///\r
   EFI_SCSI_PASS_THRU_MODE               *Mode;\r
   EFI_SCSI_PASS_THRU_PASSTHRU           PassThru;\r
   EFI_SCSI_PASS_THRU_GET_NEXT_DEVICE    GetNextDevice;\r