Codechange: document parameters and return types

This commit is contained in:
Rubidium
2026-02-20 16:14:02 +01:00
committed by rubidium42
parent 21b4248fe9
commit dde097a080
24 changed files with 102 additions and 17 deletions
+1
View File
@@ -703,6 +703,7 @@ protected:
/**
* Return number of columns that can be displayed in \a width pixels.
* @param width The available width.
* @return Number of columns to display.
*/
inline uint GetNumberColumnsLegend(uint width) const