diff options
author | glx <glx@openttd.org> | 2008-01-18 03:48:29 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-01-18 03:48:29 +0000 |
commit | b7f50533c29ea74e9973ac641ec677eb69411d5d (patch) | |
tree | 6ac2c8a0d7db1be70cb212d28fdcdc13603b75f1 /src | |
parent | 0b3db1a92d5d38a383db2fe7cbd5028febdb3789 (diff) | |
download | openttd-b7f50533c29ea74e9973ac641ec677eb69411d5d.tar.xz |
(svn r11914) -Documentation: fix some @file statement
Diffstat (limited to 'src')
-rw-r--r-- | src/cargopacket.h | 2 | ||||
-rw-r--r-- | src/core/random_func.hpp | 2 | ||||
-rw-r--r-- | src/map_func.h | 2 | ||||
-rw-r--r-- | src/misc/countedptr.hpp | 4 | ||||
-rw-r--r-- | src/namegen.h | 2 | ||||
-rw-r--r-- | src/road_type.h | 2 | ||||
-rw-r--r-- | src/spriteloader/png.cpp | 2 | ||||
-rw-r--r-- | src/string_func.h | 2 | ||||
-rw-r--r-- | src/tile_map.cpp | 2 | ||||
-rw-r--r-- | src/window_func.h | 2 | ||||
-rw-r--r-- | src/zoom_func.h | 2 |
11 files changed, 11 insertions, 13 deletions
diff --git a/src/cargopacket.h b/src/cargopacket.h index b8c8b9360..046857235 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 b0ea5b2b9..f3d35d987 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 8b313d7f6..4687668a2 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 e3920e49a..c19e64b0b 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 d10e6f445..6fdb9400a 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 407ab894b..e961b5175 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 83f7bdd77..abfce00fa 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 6a8a6ced3..074dc0837 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 945cbfab3..0661e7604 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 299f4fc96..4bdcad3cd 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 4a4fe83ff..50dc4dfa3 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 |