(svn r9553) -Documentation: fix ambiguity issue.

pull/155/head
rubidium 17 years ago
parent 5640d7716d
commit c1d557bc98

@ -1,6 +1,6 @@
/* $Id$ */
/** @file namegen.h */
/** @file src/namegen.h Town name generator stuff */
#ifndef NAMEGEN_H
#define NAMEGEN_H

@ -1,6 +1,6 @@
/* $Id$ */
/** @file roadveh.h */
/** @file src/roadveh.h Road vehicle states */
#ifndef ROADVEH_H
#define ROADVEH_H

@ -1,5 +1,7 @@
/* $Id$ */
/** @file table/namegen.h Namepart tables for the town name generator */
#include "../stdafx.h"
#include "../openttd.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},

Loading…
Cancel
Save