Codechange: Make documentation comments for some enums and their members recognised by doxygen.

This commit is contained in:
Cyprian Klimaszewski
2026-02-21 15:05:13 +01:00
committed by rubidium42
parent 5943382cf5
commit 3c8d7df657
13 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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.