Răsfoiți Sursa

Backport from default branch: corrected PHYSFS_enumerateFiles() documentation.

Ryan C. Gordon 12 ani în urmă
părinte
comite
133d4c17ff
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      physfs.h

+ 3 - 2
physfs.h

@@ -998,8 +998,9 @@ __EXPORT__ const char *PHYSFS_getRealDir(const char *filename);
  * We've got [z.sav].
  * We've got [z.sav].
  * We've got [w.sav].\endverbatim
  * We've got [w.sav].\endverbatim
  *
  *
- * Feel free to sort the list however you like. We only promise there will
- *  be no duplicates, but not what order the final list will come back in.
+ * Feel free to sort the list however you like. However, the returned data
+ *  will always contain no duplicates, and will be always sorted in alphabetic
+ *  (rather: Unicode) order for you.
  *
  *
  * Don't forget to call PHYSFS_freeList() with the return value from this
  * Don't forget to call PHYSFS_freeList() with the return value from this
  *  function when you are done with it.
  *  function when you are done with it.