Codechange: Make documentation comments for some types recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-21 15:05:13 +01:00
committed by rubidium42
parent 21bee91fa7
commit 5943382cf5
20 changed files with 32 additions and 34 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ static void ShowTownAuthorityWindow(uint town)
}
/* Town view window. */
/** Town view window. */
struct TownViewWindow : Window {
private:
Town *town = nullptr; ///< Town displayed by the window.