(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,13 +1,14 @@
|
||||
/* $Id$ */
|
||||
#ifndef NEWGRF_TOWNNAME_H
|
||||
#define NEWGRF_TOWNNAME_H
|
||||
|
||||
#include "strings_type.h"
|
||||
|
||||
/** @file newgrf_townname.h
|
||||
* Header of Action 0F "universal holder" structure and functions
|
||||
*/
|
||||
|
||||
#ifndef NEWGRF_TOWNNAME_H
|
||||
#define NEWGRF_TOWNNAME_H
|
||||
|
||||
#include "strings_type.h"
|
||||
|
||||
struct NamePart {
|
||||
byte prob; ///< The relative probablity of the following name to appear in the bottom 7 bits.
|
||||
union {
|
||||
|
Reference in New Issue
Block a user