]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PxeBaseCode.h
Fix doxygen comment for structure and macro
[mirror_edk2.git] / MdePkg / Include / Protocol / PxeBaseCode.h
index 4958cdfb1f6c9263d680112ae133bc833f56995f..cda8b4622e7ce975c9209217db60e01139f66279 100644 (file)
@@ -616,56 +616,13 @@ EFI_STATUS
   The EFI_PXE_BASE_CODE_PROTOCOL handle also supports the\r
   EFI_LOAD_FILE_PROTOCOL protocol. This provides a clean way to obtain control from the\r
   boot manager if the boot path is from the remote device.\r
-\r
-  @param Revision\r
-  The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must \r
-  be backwards compatible. If a future version is not backwards compatible \r
-  it is not the same GUID.\r
-\r
-  @param Start\r
-  Starts the PXE Base Code Protocol. Mode structure information is not valid and \r
-  no other Base Code Protocol functions will operate until the Base Code is started. \r
-\r
-  @param Stop\r
-  Stops the PXE Base Code Protocol. Mode structure information is unchanged by this function. \r
-  No Base Code Protocol functions will operate until the Base Code is restarted. \r
-\r
-  @param Dhcp\r
-  Attempts to complete a DHCPv4 D.O.R.A. (discover / offer / request / acknowledge) \r
-  or DHCPv6 S.A.R.R (solicit / advertise / request / reply) sequence. \r
-\r
-  @param Discover\r
-  Attempts to complete the PXE Boot Server and/or boot image discovery sequence. \r
-\r
-  @param Mtftp\r
-  Performs TFTP and MTFTP services. \r
-\r
-  @param UdpWrite\r
-  Writes a UDP packet to the network interface. \r
-\r
-  @param UdpRead\r
-  Reads a UDP packet from the network interface. \r
-\r
-  @param SetIpFilter\r
-  Updates the IP receive filters of the network device. \r
-\r
-  @param Arp\r
-  Uses the ARP protocol to resolve a MAC address. \r
-\r
-  @param SetParameters\r
-  Updates the parameters that affect the operation of the PXE Base Code Protocol. \r
-\r
-  @param SetStationIp\r
-  Updates the station IP address and subnet mask values. \r
-\r
-  @param SetPackets\r
-  Updates the contents of the cached DHCP and Discover packets. \r
-\r
-  @param Mode\r
-  Pointer to the EFI_PXE_BASE_CODE_MODE data for this device. \r
-\r
 **/\r
 struct _EFI_PXE_BASE_CODE_PROTOCOL {\r
+  ///\r
+  ///  The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must \r
+  ///  be backwards compatible. If a future version is not backwards compatible \r
+  ///  it is not the same GUID.\r
+  ///\r
   UINT64                            Revision;\r
   EFI_PXE_BASE_CODE_START           Start;\r
   EFI_PXE_BASE_CODE_STOP            Stop;\r