From 749537df3404dabd993be257c3296c079a2ae01e Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Tue, 22 Nov 2016 21:06:39 +0100
Subject: [PATCH] [GL] Add missing parameter documentation.

---
 BaseLib/Histogram.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/BaseLib/Histogram.h b/BaseLib/Histogram.h
index 37829566748..35cccde4816 100644
--- a/BaseLib/Histogram.h
+++ b/BaseLib/Histogram.h
@@ -40,7 +40,8 @@ public:
      *
      * Input data is copied into \c std::vector.
      *
-     * \param data Range of elements to create histogram from.
+     * \param first Range of elements to create histogram from.
+     * \param last Range of elements to create histogram from.
      * \param nr_bins Number of bins in histogram.
      * \param computeHistogram Compute histogram if set. If not set user must
      *        call \c update() before accessing data.
-- 
GitLab