From dc1930464652492932d3f698a258248d7c409927 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 21 Oct 2008 18:36:50 +0000 Subject: [PATCH] Adjust doxygen comment style for structure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6179 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/UnicodeCollation.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h index 62b043b45a..4efa515d08 100644 --- a/MdePkg/Include/Protocol/UnicodeCollation.h +++ b/MdePkg/Include/Protocol/UnicodeCollation.h @@ -169,9 +169,6 @@ BOOLEAN /// comparisons of Unicode strings. /// struct _EFI_UNICODE_COLLATION_PROTOCOL { - // - // general - // EFI_UNICODE_COLLATION_STRICOLL StriColl; EFI_UNICODE_COLLATION_METAIMATCH MetaiMatch; EFI_UNICODE_COLLATION_STRLWR StrLwr;