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