]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Arp.h
Add comments for most of enum data type.
[mirror_edk2.git] / MdePkg / Include / Protocol / Arp.h
index 0cc456081e76d98aa739a80872b0f1081d1c988a..f4fe49e6be523ce8bdca508279f600f3a35c21a0 100644 (file)
@@ -78,7 +78,7 @@ typedef struct {
   ///\r
   /// 16-bit protocol type number in host byte order.\r
   ///\r
-  UINT16                    SwAddressType;      ///< Host byte order\r
+  UINT16                    SwAddressType;\r
 \r
   ///\r
   /// Length in bytes of the station's protocol address to register.\r
@@ -91,7 +91,7 @@ typedef struct {
   /// StationAddress points to the first byte of this station's IP\r
   /// address stored in network byte order.\r
   ///\r
-  VOID                      *StationAddress;    ///< Network byte order\r
+  VOID                      *StationAddress;\r
 \r
   ///\r
   /// The timeout value in 100-ns units that is associated with each\r