From dc8ab86d3ffad2087e34f354df8b060d720d85c9 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Tue, 5 Oct 2010 18:42:02 +0200 Subject: [PATCH] DOC:modify bandMath example for the SG --- Examples/BasicFilters/BandMathFilterExample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/BasicFilters/BandMathFilterExample.cxx b/Examples/BasicFilters/BandMathFilterExample.cxx index 767ba2d6f3..991eecba65 100755 --- a/Examples/BasicFilters/BandMathFilterExample.cxx +++ b/Examples/BasicFilters/BandMathFilterExample.cxx @@ -31,7 +31,7 @@ // to perform mathematical operation on the input images. // This filter is based on the mathematical parser library muParser. // The built in functions and operators list is available at: -// http://muparser.sourceforge.net/mup_features.html#idDef2 +// \ref{http://muparser.sourceforge.net/mup_features.html} \\ // In order to use this filter, at least one input image is to be // set. An associated variable name can be specified or not by using // the corresponding SetNthInput method. For the nth input image, if -- GitLab