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

DOC: Test application doc update.

parent b65fd516
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,18 @@ private:
TestApplication()
{
SetName("TestApplication");
SetDescription("This application demonstrate the use of all parameters types");
SetDescription("This application helps developers to test parameters types");
SetDocName("Test Application");
SetDocLongDescription("The purpose of this application is to test parameters types.");
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
SetDocSeeAlso(" ");
SetDocCLExample("otbApplicationLauncherCommandLine TestApplication ${OTB-BIN}/bin"
" (input data depends on which type to test ...)");
AddDocTag("Test");
}
virtual ~TestApplication()
......
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