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/core | |
parent | 0b3db1a92d5d38a383db2fe7cbd5028febdb3789 (diff) | |
download | openttd-b7f50533c29ea74e9973ac641ec677eb69411d5d.tar.xz |
(svn r11914) -Documentation: fix some @file statement
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/random_func.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |