diff options
author | rubidium <rubidium@openttd.org> | 2008-10-14 19:27:08 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-10-14 19:27:08 +0000 |
commit | a999bb322775b80f44bfc6e0f1886851d4bfc410 (patch) | |
tree | f2fb41094d5ea46bb8a1179b566d159929ca5ed6 /src/network | |
parent | 0c5c199f2fdf0441b1b790904838540dd5928ec0 (diff) | |
download | openttd-a999bb322775b80f44bfc6e0f1886851d4bfc410.tar.xz |
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h index fac321506..13e45232d 100644 --- a/src/network/network_func.h +++ b/src/network/network_func.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file network_internal.h Variables and function used internally. */ +/** @file network_func.h Network functions used by other parts of OpenTTD. */ #ifndef NETWORK_FUNC_H #define NETWORK_FUNC_H |