diff --git a/Applications/Projections/otbOrthoRectification.cxx b/Applications/Projections/otbOrthoRectification.cxx index f344db62bea94e21504767ba5a30c1c8206f76ce..d5efb134d174b3b3a3cc4875f3a7e527d8d6107a 100644 --- a/Applications/Projections/otbOrthoRectification.cxx +++ b/Applications/Projections/otbOrthoRectification.cxx @@ -88,6 +88,15 @@ private: oss << "Using available image metadata to determine the sensor model,"<<std::endl; oss << "computes a cartographic projection of the image"; SetDescription(oss.str()); + // Documentation + SetDocName("Ortho Rectification application"); + SetDocLongDescription(oss.str()); + SetDocLimitations("None"); + SetDocAuthors("OTB-Team"); + SetDocSeeAlso(" "); + SetDocCLExample(" "); + AddDocTag("Image manipulation"); + AddDocTag("projection"); } void DoCreateParameters()