diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-21 18:36:50 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-21 18:36:50 +0000 |
commit | dc1930464652492932d3f698a258248d7c409927 (patch) | |
tree | 31ec60c1cbdb28c0786e31da91f1b5ff98145712 /MdePkg/Include/Protocol | |
parent | 11f2f87e5c71681a395328ba73695ebdc8826b52 (diff) | |
download | edk2-platforms-dc1930464652492932d3f698a258248d7c409927.tar.xz |
Adjust doxygen comment style for structure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6179 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r-- | MdePkg/Include/Protocol/UnicodeCollation.h | 3 |
1 files changed, 0 insertions, 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;
|