mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r11914) -Documentation: fix some @file statement
This commit is contained in:
parent
0b3db1a92d
commit
b7f50533c2
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file cargotype.h */
|
||||
/** @file cargopacket.h */
|
||||
|
||||
#ifndef CARGOPACKET_H
|
||||
#define CARGOPACKET_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file random_func.h */
|
||||
/** @file random_func.hpp */
|
||||
|
||||
#ifndef RANDOM_FUNC_HPP
|
||||
#define RANDOM_FUNC_HPP
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file map.h */
|
||||
/** @file map_func.h */
|
||||
|
||||
#ifndef MAP_FUNC_H
|
||||
#define MAP_FUNC_H
|
||||
|
@ -1,12 +1,10 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file countedptr.hpp */
|
||||
/** @file countedptr.hpp CCountedPtr - smart pointer implementation. */
|
||||
|
||||
#ifndef COUNTEDPTR_HPP
|
||||
#define COUNTEDPTR_HPP
|
||||
|
||||
/** @file CCountedPtr - smart pointer implementation */
|
||||
|
||||
/** CCountedPtr - simple reference counting smart pointer.
|
||||
*
|
||||
* One of the standard ways how to maintain object's lifetime.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file src/namegen.h Town name generator stuff */
|
||||
/** @file namegen.h Town name generator stuff. */
|
||||
|
||||
#ifndef NAMEGEN_H
|
||||
#define NAMEGEN_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file road.h Enums and other types related to roads. */
|
||||
/** @file road_type.h Enums and other types related to roads. */
|
||||
|
||||
#ifndef ROAD_TYPE_H
|
||||
#define ROAD_TYPE_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file grf.cpp */
|
||||
/** @file png.cpp */
|
||||
|
||||
#ifdef WITH_PNG
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file string.h Functions related to low-level strings. */
|
||||
/** @file string_func.h Functions related to low-level strings. */
|
||||
|
||||
#ifndef STRING_FUNC_H
|
||||
#define STRING_FUNC_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file tile.cpp */
|
||||
/** @file tile_map.cpp */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file window.h Window functions not directly related to making/drawing windows. */
|
||||
/** @file window_func.h Window functions not directly related to making/drawing windows. */
|
||||
|
||||
#ifndef WINDOW_FUNC_H
|
||||
#define WINDOW_FUNC_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file zoom.hpp */
|
||||
/** @file zoom_func.hpp */
|
||||
|
||||
#ifndef ZOOM_FUNC_H
|
||||
#define ZOOM_FUNC_H
|
||||
|
Loading…
Reference in New Issue
Block a user