(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:
@@ -1,12 +1,12 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef ENGINES_H
|
||||
#define ENGINES_H
|
||||
|
||||
/** @file table/engines.h
|
||||
* This file contains all the data for vehicles
|
||||
*/
|
||||
|
||||
#ifndef ENGINES_H
|
||||
#define ENGINES_H
|
||||
|
||||
enum {
|
||||
RC_W = 0xFF, ///< Running cost price index (out of range) of wagons
|
||||
RC_S = 0x2A, ///< Running cost price index of steam
|
||||
|
Reference in New Issue
Block a user