summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-21 03:06:21 +0000
committerbelugas <belugas@openttd.org>2007-03-21 03:06:21 +0000
commitdcd510c81f3f995696bb8667fe13c63e53d47316 (patch)
treeb96361ddddd1cec25475044a96a689ce7c9cd0d6 /src/newgrf_config.cpp
parent80ef389080b0efb8fce77775ac09de40a65f617c (diff)
downloadopenttd-dcd510c81f3f995696bb8667fe13c63e53d47316.tar.xz
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r--src/newgrf_config.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index 12f072889..f03340601 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file newgfr_config.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
@@ -481,3 +483,4 @@ extern const ChunkHandler _newgrf_chunk_handlers[] = {
};
+