summaryrefslogtreecommitdiff
path: root/src/date.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-02-23 18:55:07 +0000
committerbelugas <belugas@openttd.org>2007-02-23 18:55:07 +0000
commit0f090a0c1de3c01087f18debaac028b156d46815 (patch)
tree28b541cce9a8abd90d47b1524d635b9a38e37e51 /src/date.cpp
parent9fa035f4676a0f2d185f235164af6dfbe0dd038e (diff)
downloadopenttd-0f090a0c1de3c01087f18debaac028b156d46815.tar.xz
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.
Some documentation addition, when i can easily supply them
Diffstat (limited to 'src/date.cpp')
-rw-r--r--src/date.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/date.cpp b/src/date.cpp
index 8210abc56..57149eff8 100644
--- a/src/date.cpp
+++ b/src/date.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file date.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "date.h"
@@ -197,11 +199,11 @@ extern void ShowEndGameChart(void);
static const Month _autosave_months[] = {
- 0, // never
- 1, // every month
- 3, // every 3 months
- 6, // every 6 months
- 12, // every 12 months
+ 0, ///< never
+ 1, ///< every month
+ 3, ///< every 3 months
+ 6, ///< every 6 months
+ 12, ///< every 12 months
};
/**