Skip to content
Snippets Groups Projects
Commit 12a988ef authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DOC: indent change.

parent 71abd467
No related branches found
No related tags found
No related merge requests found
......@@ -64,14 +64,16 @@ private:
// Documentation
SetDocName("Multi Resolution Pyramid Application");
SetDocLongDescription("This application builds a multi-resolution pyramid of the input image.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine MultiResolutionPyramid ${OTB-BIN}/bin "
"--in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif --out multiResolutionImage.tif --level 1 --sfactor 2 --vfactor 0.6 --fast false");
AddDocTag("Conversion");
AddDocTag("Image Manipulation");
SetDocLongDescription("This application builds a multi-resolution pyramid of the input image.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample(
"otbApplicationLauncherCommandLine MultiResolutionPyramid ${OTB-BIN}/bin "
"--in ${OTB-Data}/Input/QB_Toulouse_Ortho_XS.tif --out multiResolutionImage.tif --level 1 --sfactor 2 --vfactor 0.6 --fast false");
AddDocTag("Conversion");
AddDocTag("Image Manipulation");
AddDocTag("Util");
}
void DoCreateParameters()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment