From d67dad491fa6a8a81233bffa105320d70a160391 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 2 Feb 2015 18:18:07 +0100 Subject: [PATCH] DOC: fix doxygen macro --- Examples/Tutorials/Multispectral.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Tutorials/Multispectral.cxx b/Examples/Tutorials/Multispectral.cxx index cbe7884a72..2e4f6bef29 100644 --- a/Examples/Tutorials/Multispectral.cxx +++ b/Examples/Tutorials/Multispectral.cxx @@ -79,7 +79,7 @@ int main(int argc, char * argv[]) // // Sometime, you need to process only one spectral band of the image. To get // only one of the spectral band we use the - // /doxygen{otb}{MultiToMonoChannelExtractROI}. The declaration is as usual: + // \doxygen{otb}{MultiToMonoChannelExtractROI}. The declaration is as usual: // // Software Guide : EndLatex -- GitLab