summaryrefslogtreecommitdiff
path: root/src/ini.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-24 17:29:57 +0000
committersmatz <smatz@openttd.org>2008-08-24 17:29:57 +0000
commit8abd4137d4bc6714451e28f1748db81905984b66 (patch)
tree8d53a50687e599305124a746ef5b1b9961f09a38 /src/ini.cpp
parent01e8ec447e7e89bc49251dcab1b8a1b184adec37 (diff)
downloadopenttd-8abd4137d4bc6714451e28f1748db81905984b66.tar.xz
(svn r14156) -Fix (r14153): missing/wrong comments
Diffstat (limited to 'src/ini.cpp')
-rw-r--r--src/ini.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ini.cpp b/src/ini.cpp
index 19ed16eae..764755f0b 100644
--- a/src/ini.cpp
+++ b/src/ini.cpp
@@ -1,3 +1,6 @@
+/* $Id$ */
+
+/** @file ini.cpp Definition of the IniItem class, related to reading/writing '*.ini' files. */
#include "stdafx.h"
#include "core/alloc_func.hpp"