diff --git a/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx b/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx
index 02221e6b5df1ec4ae99196a9d8f482fb20012b94..a159356f4a076b53fb2923877b050aab9ff11276 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 fe96ee46e7ba8c8125a35a36211c7f20aef05b2f..c670aabb0e2c2273daf5749368cd419142079b81 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 3f904e834b20770e6c5d83bbe48cc7cb7cf82f8c..4963306b34a459f87283d7bf17cc98b0ad4060d9 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);