mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
Codechange: Make documentation comments for some types recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
21bee91fa7
commit
5943382cf5
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user