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/DebugPort.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MdePkg/Include/Protocol/DebugPort.h') diff --git a/MdePkg/Include/Protocol/DebugPort.h b/MdePkg/Include/Protocol/DebugPort.h index afe656ded5..94293e1917 100644 --- a/MdePkg/Include/Protocol/DebugPort.h +++ b/MdePkg/Include/Protocol/DebugPort.h @@ -46,7 +46,7 @@ typedef struct _EFI_DEBUGPORT_PROTOCOL EFI_DEBUGPORT_PROTOCOL; **/ typedef EFI_STATUS -(EFIAPI *EFI_DEBUGPORT_RESET) ( +(EFIAPI *EFI_DEBUGPORT_RESET)( IN EFI_DEBUGPORT_PROTOCOL *This ); @@ -66,7 +66,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_DEBUGPORT_WRITE) ( +(EFIAPI *EFI_DEBUGPORT_WRITE)( IN EFI_DEBUGPORT_PROTOCOL *This, IN UINT32 Timeout, IN OUT UINTN *BufferSize, @@ -90,7 +90,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_DEBUGPORT_READ) ( +(EFIAPI *EFI_DEBUGPORT_READ)( IN EFI_DEBUGPORT_PROTOCOL *This, IN UINT32 Timeout, IN OUT UINTN *BufferSize, @@ -109,7 +109,7 @@ EFI_STATUS **/ typedef EFI_STATUS -(EFIAPI *EFI_DEBUGPORT_POLL) ( +(EFIAPI *EFI_DEBUGPORT_POLL)( IN EFI_DEBUGPORT_PROTOCOL *This ); -- cgit v1.2.3