summaryrefslogtreecommitdiff
path: root/src/newgrf.h
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
commit8952924c64f66340d49c13bf3f35f5891a457060 (patch)
treeb96361ddddd1cec25475044a96a689ce7c9cd0d6 /src/newgrf.h
parentd99a2694930860cde281b425e735426acb52e3b3 (diff)
downloadopenttd-8952924c64f66340d49c13bf3f35f5891a457060.tar.xz
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index e9e5418b0..554a6677b 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file newgrf.h */
+
#ifndef NEWGRF_H
#define NEWGRF_H
@@ -60,7 +62,7 @@ struct GRFFile {
HouseSpec **housespec;
uint32 param[0x80];
- uint param_end; /// one more than the highest set parameter
+ uint param_end; ///< one more than the highest set parameter
GRFLabel *label; ///< Pointer to the first label. This is a linked list, not an array.
@@ -78,7 +80,7 @@ extern bool _have_newhouses;
void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage);
void LoadNewGRF(uint load_index, uint file_index);
-void ReloadNewGRFData(); // in openttd.c
+void ReloadNewGRFData(); // in openttd.cpp
void CDECL grfmsg(int severity, const char *str, ...);