From a2c37bbd947a00ce414e7f005e4d2fd3cb11a04c Mon Sep 17 00:00:00 2001
From: Wenduo Zhou <zhouw@ornl.gov>
Date: Tue, 27 May 2014 10:20:01 -0400
Subject: [PATCH] Fixed doxygen error. Refs #6999.

---
 Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp b/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp
index f41d4cc5035..50330ee0822 100644
--- a/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp
+++ b/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp
@@ -701,6 +701,7 @@ namespace Algorithms
   //----------------------------------------------------------------------------------------------
   /** Generate filters from multiple values
     * @param minvalue :: minimum value of the allowed log value;
+    * @param valueinterval :: step of the log value for a series of filter
     * @param maxvalue :: maximum value of the allowed log value;
     * @param filterincrease :: if true, log value in the increasing curve should be included;
     * @param filterdecrease :: if true, log value in the decreasing curve should be included;
-- 
GitLab