diff options
author | truelight <truelight@openttd.org> | 2007-06-11 15:14:57 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-06-11 15:14:57 +0000 |
commit | 02b9eeaa7a1c53b665bb78049f370374b924837b (patch) | |
tree | 4e16e1322532ee4a95af2e79de2830aeda7adf61 /src/blitter | |
parent | 340d5b43f91d303ecf2a14e4e6be6e9a5c7f32e2 (diff) | |
download | openttd-02b9eeaa7a1c53b665bb78049f370374b924837b.tar.xz |
(svn r10102) -Documentation: @file header was wrong
Diffstat (limited to 'src/blitter')
-rw-r--r-- | src/blitter/8bpp_debug.hpp | 2 | ||||
-rw-r--r-- | src/blitter/8bpp_optimized.hpp | 2 | ||||
-rw-r--r-- | src/blitter/8bpp_simple.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/blitter/8bpp_debug.hpp b/src/blitter/8bpp_debug.hpp index c096200e6..443fb20c4 100644 --- a/src/blitter/8bpp_debug.hpp +++ b/src/blitter/8bpp_debug.hpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file debug.hpp */ +/** @file 8bpp_debug.hpp */ #ifndef BLITTER_8BPP_DEBUG_HPP #define BLITTER_8BPP_DEBUG_HPP diff --git a/src/blitter/8bpp_optimized.hpp b/src/blitter/8bpp_optimized.hpp index 761f0aea6..af9ace88b 100644 --- a/src/blitter/8bpp_optimized.hpp +++ b/src/blitter/8bpp_optimized.hpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file 8bpp_nice.hpp */ +/** @file 8bpp_optimized.hpp */ #ifndef BLITTER_8BPP_OPTIMIZED_HPP #define BLITTER_8BPP_OPTIMIZED_HPP diff --git a/src/blitter/8bpp_simple.hpp b/src/blitter/8bpp_simple.hpp index fabab0529..f47245729 100644 --- a/src/blitter/8bpp_simple.hpp +++ b/src/blitter/8bpp_simple.hpp @@ -1,6 +1,6 @@ /* $Id$ */ -/** @file 8bpp.hpp */ +/** @file 8bpp_simple.hpp */ #ifndef BLITTER_8BPP_SIMPLE_HPP #define BLITTER_8BPP_SIMPLE_HPP |