1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.

This commit is contained in:
rubidium
2008-05-06 15:11:33 +00:00
parent fb938a2cb3
commit d03994098b
360 changed files with 542 additions and 335 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network.cpp Base functions for networking support. */
#include "../stdafx.h"
#include "network_data.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network.h Basic functions/variables used all over the place. */
#ifndef NETWORK_H
#define NETWORK_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_client.cpp Client part of the network protocol. */
#ifdef ENABLE_NETWORK
#include "../stdafx.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_client.h Client part of the network protocol. */
#ifndef NETWORK_CLIENT_H
#define NETWORK_CLIENT_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_data.cpp Command handling over network connections. */
#ifdef ENABLE_NETWORK
#include "../stdafx.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_data.h Internal functions. */
#ifndef NETWORK_DATA_H
#define NETWORK_DATA_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_gamelist.h Handling of the list of games. */
#ifndef NETWORK_GAMELIST_H
#define NETWORK_GAMELIST_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_gui.cpp Implementation of the Network related GUIs. */
#ifdef ENABLE_NETWORK
#include "../stdafx.h"
#include "../openttd.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_gui.h GUIs related to networking. */
#ifndef NETWORK_GUI_H
#define NETWORK_GUI_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_internal.h Variables and function used internally. */
#ifndef NETWORK_INTERNAL_H
#define NETWORK_INTERNAL_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_server.cpp Server part of the network protocol. */
#ifdef ENABLE_NETWORK
#include "../stdafx.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_server.h Server part of the network protocol. */
#ifndef NETWORK_SERVER_H
#define NETWORK_SERVER_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file network_udp.h Sending and receiving UDP messages. */
#ifndef NETWORK_UDP_H
#define NETWORK_UDP_H