From 3cca52e89b14e21c5c88a352b3a7e2c10504bc39 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Fri, 18 May 2018 17:41:05 +0200 Subject: [PATCH] DOC: remove Release_Note and correct typo --- Documentation/SoftwareGuide/Latex/ReleaseNotes.tex | 2 +- Examples/Application/ApplicationExample.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/SoftwareGuide/Latex/ReleaseNotes.tex b/Documentation/SoftwareGuide/Latex/ReleaseNotes.tex index ab97f045e2..03f43ba0e8 100644 --- a/Documentation/SoftwareGuide/Latex/ReleaseNotes.tex +++ b/Documentation/SoftwareGuide/Latex/ReleaseNotes.tex @@ -1 +1 @@ -\verbatiminput{RELEASE_NOTES.txt} +% \verbatiminput{RELEASE_NOTES.txt} diff --git a/Examples/Application/ApplicationExample.cxx b/Examples/Application/ApplicationExample.cxx index 420adc0c17..9ab5550cbd 100644 --- a/Examples/Application/ApplicationExample.cxx +++ b/Examples/Application/ApplicationExample.cxx @@ -144,7 +144,7 @@ private: // Software Guide : BeginLatex // Application parameters declaration is done using \code{AddParameter()} method. // \code{AddParameter()} requires the input parameter type - // (ParameterType_InputImage, ParameterType_Int, ParameterType_Float), its name and description. + // (ParameterType\_InputImage, ParameterType\_Int, ParameterType\_Float), its name and description. // \subdoxygen{otb}{Wrapper}{Application} class contains methods to set parameters characteristics. // Software Guide : EndLatex -- GitLab