changeset 8348:1a20ebc6285e draft

(svn r11914) -Documentation: fix some @file statement
author glx <glx@openttd.org>
date Fri, 18 Jan 2008 03:48:29 +0000
parents a83dd50f52f9
children cbb2e614bcfa
files src/cargopacket.h src/core/random_func.hpp src/map_func.h src/misc/countedptr.hpp src/namegen.h src/road_type.h src/spriteloader/png.cpp src/string_func.h src/tile_map.cpp src/window_func.h src/zoom_func.h
diffstat 11 files changed, 11 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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.
--- 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
--- 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
--- a/src/spriteloader/png.cpp
+++ b/src/spriteloader/png.cpp
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/** @file grf.cpp */
+/** @file png.cpp */
 
 #ifdef WITH_PNG
 
--- 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
--- 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"
--- 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
--- 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