]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/UnicodeCollation.h
Update comments for Protocol definitions to match UEFI spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / UnicodeCollation.h
index 67d124fecb7e5da7e40eb25c3676ba388794589d..4efa515d0862ccfeda0589438469d9ab6f1dac8e 100644 (file)
@@ -164,15 +164,11 @@ BOOLEAN
   OUT CHAR8                                 *Fat\r
   );\r
 \r
-/**  \r
-  @par Protocol Description:\r
-  The EFI_UNICODE_COLLATION_PROTOCOL is used to perform case-insensitive \r
-  comparisons of Unicode strings. \r
-**/\r
+///\r
+/// The EFI_UNICODE_COLLATION_PROTOCOL is used to perform case-insensitive \r
+/// comparisons of Unicode strings. \r
+///\r
 struct _EFI_UNICODE_COLLATION_PROTOCOL {\r
-  //\r
-  // general\r
-  //\r
   EFI_UNICODE_COLLATION_STRICOLL    StriColl;\r
   EFI_UNICODE_COLLATION_METAIMATCH  MetaiMatch;\r
   EFI_UNICODE_COLLATION_STRLWR      StrLwr;\r
@@ -185,7 +181,7 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
   EFI_UNICODE_COLLATION_STRTOFAT    StrToFat;\r
   \r
   ///\r
-  /// LanguagesA Null-terminated ASCII string array that contains one or more \r
+  /// A Null-terminated ASCII string array that contains one or more \r
   /// language codes. This array is specified in RFC 4646 format.\r
   ///\r
   CHAR8                             *SupportedLanguages;\r