From 8b13229b469f05ec22d76098b052bd6e943fecee Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 24 Jun 2008 07:14:18 +0000 Subject: Fix doxygen issue: 1) comment for structure should be in doxygen format, such as /// , /**, /*! 2) comment for data field of structure should in doxygen format. 3) should not exist blank between ") (" when declaring a type of function point. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5364 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/AuthenticationInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg/Include/Protocol/AuthenticationInfo.h') diff --git a/MdePkg/Include/Protocol/AuthenticationInfo.h b/MdePkg/Include/Protocol/AuthenticationInfo.h index c491cba1ea..e3849663b4 100644 --- a/MdePkg/Include/Protocol/AuthenticationInfo.h +++ b/MdePkg/Include/Protocol/AuthenticationInfo.h @@ -80,7 +80,7 @@ typedef struct { **/ typedef EFI_STATUS -(EFIAPI *EFI_AUTHENTICATION_PROTOCOL_INFO_GET) ( +(EFIAPI *EFI_AUTHENTICATION_PROTOCOL_INFO_GET)( IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE *ControllerHandle, OUT VOID *Buffer @@ -104,7 +104,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_AUTHENTICATION_PROTOCOL_INFO_SET) ( +(EFIAPI *EFI_AUTHENTICATION_PROTOCOL_INFO_SET)( IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE *ControllerHandle, IN VOID *Buffer -- cgit v1.2.3