From 951a40829cc6a07d1f0d5cbbd5ef20b6b029f542 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 30 Oct 2012 11:52:30 +0100
Subject: [PATCH] fixed a type in doxygen instruction

---
 BaseLib/FileTools.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BaseLib/FileTools.h b/BaseLib/FileTools.h
index 2858e11f79b..efe52b9826a 100644
--- a/BaseLib/FileTools.h
+++ b/BaseLib/FileTools.h
@@ -31,8 +31,8 @@ bool IsFileExisting(const std::string &strFilename);
 /**
  * \brief write value as binary into the given output stream
  *
- * \tparam T    data type of the value
- * \param out   output stream
+ * \param T    data type of the value
+ * \param out   output stream, have to be opened in binary mode
  * \param val   value
  */
 template <typename T> void writeValueBinary(std::ostream &out, T const& val)
-- 
GitLab