]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BaseSortLib/BaseSortLib.c
MdeModulePkg: fix comments in BaseSortLib
[mirror_edk2.git] / MdeModulePkg / Library / BaseSortLib / BaseSortLib.c
index ab8a60585ee24849f96ccf2db098d0fd7b8e8ad0..8f30c00971ebfc22e289c957f278fc45a18de1c6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Library used for sorting routines.\r
 \r
-  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. <BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved. <BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -193,14 +193,12 @@ DevicePathCompare (
 }\r
 \r
 /**\r
-  Function to compare 2 strings without regard to case of the characters.\r
+  Not supported in Base version.\r
 \r
-  @param[in] Buffer1            Pointer to String to compare.\r
-  @param[in] Buffer2            Pointer to second String to compare.\r
+  @param[in] Buffer1  Ignored.\r
+  @param[in] Buffer2  Ignored.\r
 \r
-  @retval 0                     Buffer1 equal to Buffer2.\r
-  @return < 0                   Buffer1 is less than Buffer2.\r
-  @return > 0                   Buffer1 is greater than Buffer2.\r
+  ASSERT and return 0.\r
 **/\r
 INTN\r
 EFIAPI\r
@@ -215,14 +213,12 @@ StringNoCaseCompare (
 \r
 \r
 /**\r
-  Function to compare 2 strings.\r
+  Not supported in Base version.\r
 \r
-  @param[in] Buffer1            Pointer to String to compare (CHAR16**).\r
-  @param[in] Buffer2            Pointer to second String to compare (CHAR16**).\r
+  @param[in] Buffer1  Ignored.\r
+  @param[in] Buffer2  Ignored.\r
 \r
-  @retval 0                     Buffer1 equal to Buffer2.\r
-  @return < 0                   Buffer1 is less than Buffer2.\r
-  @return > 0                   Buffer1 is greater than Buffer2.\r
+  ASSERT and return 0.\r
 **/\r
 INTN\r
 EFIAPI\r