(svn r9553) -Documentation: fix ambiguity issue.
authorrubidium
Tue, 03 Apr 2007 19:19:04 +0000
changeset 6913 cc3f6bb84d6d
parent 6912 f1dafa4911fb
child 6914 3ba37b6fa39b
(svn r9553) -Documentation: fix ambiguity issue.
src/namegen.h
src/roadveh.h
src/table/namegen.h
src/table/roadveh.h
--- a/src/namegen.h	Tue Apr 03 17:19:06 2007 +0000
+++ b/src/namegen.h	Tue Apr 03 19:19:04 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file namegen.h */
+/** @file src/namegen.h Town name generator stuff */
 
 #ifndef NAMEGEN_H
 #define NAMEGEN_H
--- a/src/roadveh.h	Tue Apr 03 17:19:06 2007 +0000
+++ b/src/roadveh.h	Tue Apr 03 19:19:04 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file roadveh.h */
+/** @file src/roadveh.h Road vehicle states */
 
 #ifndef ROADVEH_H
 #define ROADVEH_H
--- a/src/table/namegen.h	Tue Apr 03 17:19:06 2007 +0000
+++ b/src/table/namegen.h	Tue Apr 03 19:19:04 2007 +0000
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+/** @file table/namegen.h Namepart tables for the town name generator */
+
 #include "../stdafx.h"
 #include "../openttd.h"
 
--- a/src/table/roadveh.h	Tue Apr 03 17:19:06 2007 +0000
+++ b/src/table/roadveh.h	Tue Apr 03 19:19:04 2007 +0000
@@ -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},