From b7f50533c29ea74e9973ac641ec677eb69411d5d Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 18 Jan 2008 03:48:29 +0000 Subject: [PATCH] (svn r11914) -Documentation: fix some @file statement --- src/cargopacket.h | 2 +- src/core/random_func.hpp | 2 +- src/map_func.h | 2 +- src/misc/countedptr.hpp | 4 +--- src/namegen.h | 2 +- src/road_type.h | 2 +- src/spriteloader/png.cpp | 2 +- src/string_func.h | 2 +- src/tile_map.cpp | 2 +- src/window_func.h | 2 +- src/zoom_func.h | 2 +- 11 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/cargopacket.h b/src/cargopacket.h index b8c8b93608..0468572358 100644 --- a/src/cargopacket.h +++ b/src/cargopacket.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file cargotype.h */ +/** @file cargopacket.h */ #ifndef CARGOPACKET_H #define CARGOPACKET_H diff --git a/src/core/random_func.hpp b/src/core/random_func.hpp index b0ea5b2b97..f3d35d9877 100644 --- a/src/core/random_func.hpp +++ b/src/core/random_func.hpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file random_func.h */ +/** @file random_func.hpp */ #ifndef RANDOM_FUNC_HPP #define RANDOM_FUNC_HPP diff --git a/src/map_func.h b/src/map_func.h index 8b313d7f6f..4687668a2a 100644 --- a/src/map_func.h +++ b/src/map_func.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file map.h */ +/** @file map_func.h */ #ifndef MAP_FUNC_H #define MAP_FUNC_H diff --git a/src/misc/countedptr.hpp b/src/misc/countedptr.hpp index e3920e49a1..c19e64b0ba 100644 --- a/src/misc/countedptr.hpp +++ b/src/misc/countedptr.hpp @@ -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. diff --git a/src/namegen.h b/src/namegen.h index d10e6f4456..6fdb9400ad 100644 --- a/src/namegen.h +++ b/src/namegen.h @@ -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 diff --git a/src/road_type.h b/src/road_type.h index 407ab894b6..e961b51754 100644 --- a/src/road_type.h +++ b/src/road_type.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 diff --git a/src/spriteloader/png.cpp b/src/spriteloader/png.cpp index 83f7bdd77a..abfce00fa0 100644 --- a/src/spriteloader/png.cpp +++ b/src/spriteloader/png.cpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file grf.cpp */ +/** @file png.cpp */ #ifdef WITH_PNG diff --git a/src/string_func.h b/src/string_func.h index 6a8a6ced32..074dc08370 100644 --- a/src/string_func.h +++ b/src/string_func.h @@ -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 diff --git a/src/tile_map.cpp b/src/tile_map.cpp index 945cbfab3d..0661e76049 100644 --- a/src/tile_map.cpp +++ b/src/tile_map.cpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file tile.cpp */ +/** @file tile_map.cpp */ #include "stdafx.h" #include "openttd.h" diff --git a/src/window_func.h b/src/window_func.h index 299f4fc960..4bdcad3cd7 100644 --- a/src/window_func.h +++ b/src/window_func.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 diff --git a/src/zoom_func.h b/src/zoom_func.h index 4a4fe83ffd..50dc4dfa30 100644 --- a/src/zoom_func.h +++ b/src/zoom_func.h @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file zoom.hpp */ +/** @file zoom_func.hpp */ #ifndef ZOOM_FUNC_H #define ZOOM_FUNC_H