mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 12:06:41 +00:00
Codechange: Make documentation comments for some enums and their members recognised by doxygen.
This commit is contained in:
committed by
rubidium42
parent
5943382cf5
commit
3c8d7df657
+1
-1
@@ -1481,7 +1481,7 @@ static inline bool TownAllowedToBuildRoads(TownExpandModes modes)
|
||||
return modes.Test(TownExpandMode::Roads);
|
||||
}
|
||||
|
||||
/* The possible states of town growth. */
|
||||
/** The possible states of town growth. */
|
||||
enum class TownGrowthResult {
|
||||
Succeed, ///< The town has grown.
|
||||
SearchStopped, ///< There is a reason not to try growing the town now.
|
||||
|
||||
Reference in New Issue
Block a user