From 294ca2ad2e9e15345e9d67102c9a7e703cdf5f24 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 15 Feb 2007 12:43:14 +0000
Subject: [PATCH] Correction pour warning

---
 Examples/Learning/SVMPointSetClassificationExample.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/Learning/SVMPointSetClassificationExample.cxx b/Examples/Learning/SVMPointSetClassificationExample.cxx
index 8821ffb959..cc5182ade8 100644
--- a/Examples/Learning/SVMPointSetClassificationExample.cxx
+++ b/Examples/Learning/SVMPointSetClassificationExample.cxx
@@ -41,7 +41,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.
 //
 // We start by including the needed header files.
 //
-- 
GitLab