From 19c7c58a5d9de4c2ce2eb26c869554b51722021e Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 24 Oct 2007 07:37:13 +0000
Subject: [PATCH] Update Doxygen

---
 .../Code/BasicFilters/itkBinaryThresholdImageFilter.h    | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
index d7b7b75f1d..ce4ce8aacf 100755
--- a/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
+++ b/Utilities/ITK/Code/BasicFilters/itkBinaryThresholdImageFilter.h
@@ -36,10 +36,11 @@ namespace itk
  *
  * More precisely
  * \f[ Output(x_i) =
-       \begin{cases}
-         InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$}\\
-         OutsideValue & \text{otherwise}
-       \end{cases}
+      \begin{cases}
+        InsideValue & \text{if $LowerThreshold \leq x_i \leq UpperThreshold$}
+        \\
+        OutsideValue & \text{otherwise}
+      \end{cases}
    \f]
  * 
  * This filter is templated over the input image type
-- 
GitLab