]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
Fix doxygen comment for structure and macro
[mirror_edk2.git] / MdePkg / Include / Protocol / PxeBaseCodeCallBack.h
index b79eaf9a63db77b5b76533161ff1bf7c67b79627..7ae98d7e219db3552b1f7995eb343f84c100fd03 100644 (file)
@@ -93,17 +93,13 @@ EFI_PXE_BASE_CODE_CALLBACK_STATUS
   Protocol that is invoked when the PXE Base Code Protocol is about \r
   to transmit, has received, or is waiting to receive a packet.\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 Callback\r
-  Callback routine used by the PXE Base Code Dhcp(), Discover(), Mtftp(), \r
-  UdpWrite(), and Arp() functions.\r
-\r
 **/\r
 struct _EFI_PXE_BASE_CODE_CALLBACK_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_CALLBACK  Callback;\r
 };\r