]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
ShellPkg: Add missing function descriptor comment.
[mirror_edk2.git] / ShellPkg / Application / ShellSortTestApp / ShellSortTestApp.c
index d1a056898a52eff9a72214145fbceeda946f5890..476194532a5983d96af3325cc245d2bea5fd2fc6 100644 (file)
 #include <Library/ShellCEntryLib.h>\r
 #include <Library/SortLib.h>\r
 \r
+/**\r
+  Test comparator.\r
+\r
+  @param[in] b1   The first INTN\r
+  @param[in] b2   The other INTN\r
+\r
+  @retval 0       They are the same.\r
+  @retval -1      b1 is less than b2\r
+  @retval 1       b1 is greater then b2\r
+**/\r
 INTN\r
 EFIAPI\r
 Test(CONST VOID*b1, CONST VOID*b2)\r