diff options
author | rubidium <rubidium@openttd.org> | 2007-04-03 19:19:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-04-03 19:19:04 +0000 |
commit | d2634aaeec98456390a4052503853117a17bbb89 (patch) | |
tree | 412cc083609fcec76c1c17bd41a8898885f97bd2 /src | |
parent | 64f2e6ef072d22bf14763ff1673fe74a5cde8e71 (diff) | |
download | openttd-d2634aaeec98456390a4052503853117a17bbb89.tar.xz |
(svn r9553) -Documentation: fix ambiguity issue.
Diffstat (limited to 'src')
-rw-r--r-- | src/namegen.h | 2 | ||||
-rw-r--r-- | src/roadveh.h | 2 | ||||
-rw-r--r-- | src/table/namegen.h | 2 | ||||
-rw-r--r-- | src/table/roadveh.h | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/src/namegen.h b/src/namegen.h index 65105f03c..d10e6f445 100644 --- a/src/namegen.h +++ b/src/namegen.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file namegen.h */ +/** @file src/namegen.h Town name generator stuff */ #ifndef NAMEGEN_H #define NAMEGEN_H diff --git a/src/roadveh.h b/src/roadveh.h index b5d8a1096..410dab64e 100644 --- a/src/roadveh.h +++ b/src/roadveh.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file roadveh.h */ +/** @file src/roadveh.h Road vehicle states */ #ifndef ROADVEH_H #define ROADVEH_H diff --git a/src/table/namegen.h b/src/table/namegen.h index 99845c8b0..456b26aa3 100644 --- a/src/table/namegen.h +++ b/src/table/namegen.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file table/namegen.h Namepart tables for the town name generator */ + #include "../stdafx.h" #include "../openttd.h" diff --git a/src/table/roadveh.h b/src/table/roadveh.h index 46f084e8e..8f051e876 100644 --- a/src/table/roadveh.h +++ b/src/table/roadveh.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file table/roadveh.h Data about how a road vehicle must drive on a tile */ + static const RoadDriveEntry _roadveh_drive_data_0[] = { {15, 5}, {14, 5}, |