From 0ed4b64e649349f695a1942e0fa09b8b564e1774 Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 23 Feb 2007 08:37:33 +0000 Subject: (svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives). --- src/network/core/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/network/core/config.h') diff --git a/src/network/core/config.h b/src/network/core/config.h index 93145e426..dcc6042de 100644 --- a/src/network/core/config.h +++ b/src/network/core/config.h @@ -1,14 +1,14 @@ /* $Id$ */ +/** + * @file config.h Configuration options of the network stuff + */ + #ifndef NETWORK_CORE_CONFIG_H #define NETWORK_CORE_CONFIG_H #ifdef ENABLE_NETWORK -/** - * @file config.h Configuration options of the network stuff - */ - /** DNS hostname of the masterserver */ #define NETWORK_MASTER_SERVER_HOST "master.openttd.org" /** Message sent to the masterserver to 'identify' this client as OpenTTD */ -- cgit v1.2.3-54-g00ecf