From c06648d3b108310065859e3d35438de193515fc2 Mon Sep 17 00:00:00 2001 From: Christophe Palmann <christophe.palmann@c-s.fr> Date: Fri, 9 Oct 2015 15:45:34 +0200 Subject: [PATCH] BUG: Missing DocSeeAlso --- .../AppSARDecompositions/app/otbSARDecompositions.cxx | 2 +- .../AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx | 2 +- Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx b/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx index 02221e6b5d..a159356f4a 100644 --- a/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx +++ b/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx @@ -85,7 +85,7 @@ private: SetDocLimitations("None"); SetDocAuthors("OTB-Team"); - SetDocSeeAlso(""); + SetDocSeeAlso("SARPolarMatrixConvert, SARPolarSynth"); AddDocTag(Tags::SAR); diff --git a/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx b/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx index fe96ee46e7..c670aabb0e 100644 --- a/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx +++ b/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx @@ -225,7 +225,7 @@ private: SetDocLimitations("None"); SetDocAuthors("OTB-Team"); - SetDocSeeAlso(""); + SetDocSeeAlso("SARPolarSynth, SARDecompositions"); AddDocTag(Tags::SAR); diff --git a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx index 3f904e834b..4963306b34 100644 --- a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx +++ b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx @@ -79,7 +79,7 @@ private: SetDocLimitations("None"); SetDocAuthors("OTB-Team"); - SetDocSeeAlso(""); + SetDocSeeAlso("SARDecompositions, SARPolarMatrixConvert"); AddDocTag(Tags::SAR); -- GitLab