(svn r20286) -Codechange: Unify end of doxygen comments.

This commit is contained in:
frosch
2010-08-01 19:44:49 +00:00
parent 971691b691
commit c18839704b
93 changed files with 424 additions and 220 deletions

View File

@@ -166,7 +166,8 @@ enum TownRatingCheckType {
/**
* This is the number of ticks between towns being processed for building new
* houses or roads. This value originally came from the size of the town array
* in TTD. */
* in TTD.
*/
static const byte TOWN_GROWTH_FREQUENCY = 70;
/**