From 8952924c64f66340d49c13bf3f35f5891a457060 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 21 Mar 2007 03:06:21 +0000 Subject: (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. --- src/newgrf_config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/newgrf_config.h') diff --git a/src/newgrf_config.h b/src/newgrf_config.h index 26246594f..a3ed63ec5 100644 --- a/src/newgrf_config.h +++ b/src/newgrf_config.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file newgrf_config.h */ + #ifndef NEWGRF_CONFIG_H #define NEWGRF_CONFIG_H @@ -80,7 +82,7 @@ GRFListCompatibility IsGoodGRFConfigList(); bool FillGRFDetails(GRFConfig *config, bool is_static); char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last); -/* In newgrf_gui.c */ +/* In newgrf_gui.cpp */ void ShowNewGRFSettings(bool editable, bool show_params, bool exec_changes, GRFConfig **config); #ifdef ENABLE_NETWORK -- cgit v1.2.3-54-g00ecf