diff --git a/Documentation/SoftwareGuide/Latex/ReleaseNotes.tex b/Documentation/SoftwareGuide/Latex/ReleaseNotes.tex index ab97f045e27723cf6dcdd8436c2915b2e1b29fb4..03f43ba0e820bd7490c1b9edfb64cfc447870233 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 420adc0c1761720db85ab40aa6fd455f3cb133e1..9ab5550cbda09e3d972ecf03c34cfe7cf96e6efd 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