]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AuthenticationInfo.h
Fix doxygen comment for structure and macro
[mirror_edk2.git] / MdePkg / Include / Protocol / AuthenticationInfo.h
index 592561394a380c6078de8f1646b8940dd4810ea6..3b3fd6b33a4b09a50cf70e97c6e5542a4f6bf95c 100644 (file)
@@ -41,9 +41,9 @@ typedef struct {
 \r
 typedef struct {\r
   AUTH_NODE_HEADER Header;\r
-  EFI_IPv6_ADDRESS RadiusIpAddr;             // IPv4 or IPv6 address\r
+  EFI_IPv6_ADDRESS RadiusIpAddr;             ///< IPv4 or IPv6 address\r
   UINT16           Reserved;\r
-  EFI_IPv6_ADDRESS NasIpAddr;                // IPv4 or IPv6 address\r
+  EFI_IPv6_ADDRESS NasIpAddr;                ///< IPv4 or IPv6 address\r
   UINT16           NasSecretLength; \r
   UINT8            *NasSecret;      \r
   UINT16           ChapSecretLength;\r
@@ -113,13 +113,6 @@ EFI_STATUS
   @par Protocol Description:\r
   This protocol is used on any device handle to obtain authentication \r
   information associated with the physical or logical device.\r
-\r
-  @param Get\r
-  Used to retrieve the Authentication Information associated with the controller handle\r
-  \r
-  @param Set\r
-  Used to set the Authentication information associated with the controller handle\r
-  \r
 **/  \r
 struct _EFI_AUTHENTICATION_INFO_PROTOCOL {\r
   EFI_AUTHENTICATION_PROTOCOL_INFO_GET Get;\r