JANITORIAL: Clarify comments

This commit is contained in:
Eugene Sandulenko 2023-01-14 14:41:43 +01:00
parent 845b904ff5
commit c3b2d0267d
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -27,18 +27,20 @@
namespace Common { namespace Common {
/** /**
* Scan the given firectory for a set of versioned zip packs and put then * Scan the given directory for a set of versioned zip packs and put them
* into the provided SearchSet * into the provided SearchSet
* *
* There are 2 types of files: defaultFile, that could potentially sit * There are 2 types of files: defaultFile, that could potentially sit
* in themepath or even built-in into an executable, and so called pack files * in the themepath or even be built-in into the executable; and so called
* typically containing creation date in them. * pack files typically containing creation date in their names.
* *
* These files are put in the SearchSet in a sorted way, thus, the latter * These files are put in the SearchSet in a sorted way, thus, the latter
* packs have higher priority. * packs have higher priority.
* *
* Example: gui-icons.dat, gui-icons-20211112.dat, gui-icons-20220602.dat * Example: gui-icons.dat, gui-icons-20211112.dat, gui-icons-20220602.dat
* *
* Used by: icons packs and shader packs
*
* @param[out] searchSet The SearchSet to modify * @param[out] searchSet The SearchSet to modify
* @param[in] defaultFile Name of the default file * @param[in] defaultFile Name of the default file
* @param[in] packsMask Mask of the pack files * @param[in] packsMask Mask of the pack files