summaryrefslogtreecommitdiff
path: root/src/core/math_func.hpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2007-12-17 01:35:45 +0000
committersmatz <smatz@openttd.org>2007-12-17 01:35:45 +0000
commit93c3e0d6ada1761431bb39060bbc3a7ab95803f1 (patch)
tree60a2f4f970be7c61fccbfbde8c3a79b4a97e5ba5 /src/core/math_func.hpp
parent9ecda0a97a4b157f8434635d22a6cf48f45bfe02 (diff)
downloadopenttd-93c3e0d6ada1761431bb39060bbc3a7ab95803f1.tar.xz
(svn r11652) -Codechange: add the svn $ header for several files
Diffstat (limited to 'src/core/math_func.hpp')
-rw-r--r--src/core/math_func.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/math_func.hpp b/src/core/math_func.hpp
index 82a4799ac..c05e7ffeb 100644
--- a/src/core/math_func.hpp
+++ b/src/core/math_func.hpp
@@ -1,6 +1,6 @@
-/* $Id */
+/* $Id$ */
-/** @file math_func.hpp */
+/** @file math_func.hpp Integer math functions */
#ifndef MATH_FUNC_HPP
#define MATH_FUNC_HPP