From 7a32fe04e51204357801b74d143e8a91f34e25aa Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 15 Feb 2007 12:44:50 +0000 Subject: [PATCH] Correction pour warning --- Examples/Learning/SVMImageClassificationExample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Learning/SVMImageClassificationExample.cxx b/Examples/Learning/SVMImageClassificationExample.cxx index 55a8d44fe9..bd5d44a24b 100644 --- a/Examples/Learning/SVMImageClassificationExample.cxx +++ b/Examples/Learning/SVMImageClassificationExample.cxx @@ -51,7 +51,7 @@ // The first thing to do is include the header file for the // class. Since the \doxygen{otb}{SVMClassifier} takes // \doxygen{itk}{ListSample}s as input, the class -// \doxygen{itk}{PointSetToListAdaptor} is needed.\\ +// \doxygen{itk}{PointSetToListAdaptor} is needed. // // // Software Guide : EndLatex -- GitLab