(svn r11914) -Documentation: fix some @file statement

This commit is contained in:
glx 2008-01-18 03:48:29 +00:00
parent 0b3db1a92d
commit b7f50533c2
11 changed files with 11 additions and 13 deletions

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file cargotype.h */
/** @file cargopacket.h */
#ifndef CARGOPACKET_H
#define CARGOPACKET_H

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file random_func.h */
/** @file random_func.hpp */
#ifndef RANDOM_FUNC_HPP
#define RANDOM_FUNC_HPP

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file map.h */
/** @file map_func.h */
#ifndef MAP_FUNC_H
#define MAP_FUNC_H

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file grf.cpp */
/** @file png.cpp */
#ifdef WITH_PNG

View File

@ -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

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file tile.cpp */
/** @file tile_map.cpp */
#include "stdafx.h"
#include "openttd.h"

View File

@ -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

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file zoom.hpp */
/** @file zoom_func.hpp */
#ifndef ZOOM_FUNC_H
#define ZOOM_FUNC_H