Codechange: unify documentation and parameter names of sorters

This commit is contained in:
Rubidium
2026-02-11 04:53:39 +01:00
committed by rubidium42
parent 83f58b3fbd
commit 8e75626b49
20 changed files with 116 additions and 190 deletions
+1 -3
View File
@@ -162,9 +162,7 @@ void WindowDesc::LoadFromConfig()
}
}
/**
* Sort WindowDesc by ini_key.
*/
/** Sort WindowDesc by ini_key. @copydoc GUIList::Sorter */
static bool DescSorter(WindowDesc * const &a, WindowDesc * const &b)
{
return a->ini_key < b->ini_key;