Codechange: document return types and parameters

This commit is contained in:
Rubidium
2026-02-21 06:13:15 +01:00
committed by rubidium42
parent a4a807cd1b
commit 9a5187bac8
10 changed files with 83 additions and 15 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ public:
* Make widgets for the current available tree types.
* This does not use a NWID_MATRIX or WWT_MATRIX control as those are more difficult to
* get producing the correct result than dynamically building the widgets is.
* @see NWidgetFunctionType
* @copydoc NWidgetFunctionType
*/
static std::unique_ptr<NWidgetBase> MakeTreeTypeButtons()
{